Re: [w3c/ServiceWorker] [BUG] setTimeout/setInterval mix with importScripts leads to DOMExeption (#1580)

This is WAI.  You must `importScripts()` all scripts before the end of the install phase in order for the browser to store them to disk.

See step 4 here:

https://w3c.github.io/ServiceWorker/#importscripts

-- 
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/1580#issuecomment-819543737

Received on Wednesday, 14 April 2021 14:04:15 UTC