You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: