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

> caching the imported scripts vs deferring to the module script loading behavior.

My personal opinion is that we should keep the caching behavior we have today. So store the module map the first time a worker is executed and in the future recreate the worker with the same module map. I don't see why we'd treat es6 modules any different from importScripts when it comes to updates, caching etc.

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

Received on Wednesday, 24 February 2016 00:52:09 UTC