Re: [ServiceWorker] Support module service workers, and update for ES6 (#831)

I would expect the "fetch a module script tree" to be only done once, the first time the script is loaded. After that the module map could be persisted just like the current script resource map, and whenever the worker is ran in the future we'd need to somehow prepopulate the module map again from this cache before executing the script.

And yeah, I agree that we don't want to include anything other than the main script to decide if we should update/re-install.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/831#issuecomment-187501500

Received on Tuesday, 23 February 2016 03:10:42 UTC