Re: [w3c/ServiceWorker] Handling duplicate importScripts() (#1041)

> Could you confirm if Firefox has a separate storage for imported scripts, too?

We do.  Our scripts are stored in Cache API with a Cache name keyed off both the UUID and a magic token which hides it from content script.  All the scripts for a given worker end up in the same Cache.

-- 
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/1041#issuecomment-369933378

Received on Friday, 2 March 2018 14:22:09 UTC