- From: Ben Kelly <notifications@github.com>
- Date: Wed, 11 Oct 2017 17:59:48 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 October 2017 18:00:14 UTC
Another reason treating these as subresource requests fits with our current model: Currently the fetch and service worker spec expect non-subresource requests to target a single destination Client: https://fetch.spec.whatwg.org/#concept-request-target-client-id https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-target-browsing-context Worklet scripts are loaded once, but may then be executed in multiple different Client contexts. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/527#issuecomment-335896175
Received on Wednesday, 11 October 2017 18:00:14 UTC