Re: [w3c/ServiceWorker] How should import() work in service workers? (#1585)

@tophf `importScripts()` already works for non-module service workers. However, you can only load scripts that you imported before activation. This is similar to the `import()` behaviour defined above.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1585#issuecomment-855817453

Received on Monday, 7 June 2021 10:42:49 UTC