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.

Ah.. We invoke "fetch a module script tree" in Update and "run the module script" in Run Service Worker. So, I think that's already true.

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

Received on Tuesday, 23 February 2016 06:55:59 UTC