This is currently blocked on workers having support for ES modules. As part of the general effort we should switch CanonicalJSON.jsm to an ES module. Currently it is [used in one worker](https://searchfox.org/mozilla-central/rev/91ed81b76015e49ebd55a6de5df2b034456c15e8/services/settings/RemoteSettingsWorker.js#14,20), so we'll need to wait until we have the ES module capability there before we can convert this module.
Bug 1792825 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This is currently blocked on workers having support for ES modules (bug 1247687). As part of the general effort we should switch CanonicalJSON.jsm to an ES module. Currently it is [used in one worker](https://searchfox.org/mozilla-central/rev/91ed81b76015e49ebd55a6de5df2b034456c15e8/services/settings/RemoteSettingsWorker.js#14,20), so we'll need to wait until we have the ES module capability there before we can convert this module.