Hey all. If I have a shared JS file, let's say `global.js`, containing a `{}`, which multiple script

Hey all. If I have a shared JS file, let's say global.js, containing a
{}
, which multiple scripts import and hook things onto, will this leak/bleed into multiple requests to my worker given Node's import caching, or will it be isolated to just the current request?
Was this page helpful?