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
So it looks wrong that it is being treated differently.
Additionally, since ES modules can't be unloaded, it may need to be handled slightly differently. I believe that one workaround has been to use something like ChromeUtils.importESModule("chrome://aboutsync/content/config.js?r=" + Math.rand());
The text was updated successfully, but these errors were encountered:
I noticed a use of
Cu.import
here:aboutsync/ext_bootstrap.js
Lines 175 to 178 in b4fd012
In the startup function, that gets imported as an ES module:
aboutsync/ext_bootstrap.js
Line 145 in b4fd012
So it looks wrong that it is being treated differently.
Additionally, since ES modules can't be unloaded, it may need to be handled slightly differently. I believe that one workaround has been to use something like
ChromeUtils.importESModule("chrome://aboutsync/content/config.js?r=" + Math.rand());
The text was updated successfully, but these errors were encountered: