You can use https://developers.cloudflare.com/workers/runtime-apis/nodejs/asynclocalstorage to plumb
You can use https://developers.cloudflare.com/workers/runtime-apis/nodejs/asynclocalstorage to plumb variables out around your Worker.
Cloudflare Workers provides an implemenation of a subset of the Node.js AsyncLocalStorage API for creating in-memory stores that remain coherent …

