Open
Description
Currently the shared contexts feature has very limited uses, due to the fact scripts don't actually get sandboxed, meaning every single callback will be overwritten the moment another script using it gets loaded.
One way we can do this is by loading each script into a "sub"-context within the context, and then before handling, loading each sub-context into the global namespace
Metadata
Metadata
Assignees
Labels
No labels