Re: [fetch] Introduce convenience property for request's context (#93)

No, only module loads most likely. But we'll have a type of worker that's also a module. (Has to be opt-in unfortunately since the syntax is incompatible...)

I think the most distinguishing bit of `worker` is that it ends up with its own environment, which is also the most distinguishing bit of `document`. And both get to select their service worker based on their URL, rather than the URL of something they're associated with.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/93#issuecomment-126590314

Received on Friday, 31 July 2015 07:18:14 UTC