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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
We need to change the browser extension so that the enableLegacyExtensions check runs before we initialize the extensions controller and branch off and use the noop controller if it is false. This way we avoid having to load any of old code intel extensions (not even the bundled ones) and can make a flat bundle.
This might need some special consideration since some work might now be moved to the main thread that was previously done in the extension thread.