Skip to content

Descriptive service worker error

Kasper Seweryn requested to merge wvffle/descriptive-service-worker-error into develop

Firefox does not support importing modules in web workers yet: https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorker#browser_compatibility

image

Note that this is only relevant to the development mode as in production, our service worker code is compiled and served as a single unified file without import statements.

Merge request reports