- From: Jun <notifications@github.com>
- Date: Wed, 17 Jan 2018 15:32:13 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 January 2018 23:32:40 UTC
1. Add "css" (and "worker" if required) in [request initiator](https://fetch.spec.whatwg.org/#concept-request-initiator). 2. Add opaque-subresource request (near [subresource request](https://fetch.spec.whatwg.org/#subresource-request)). >A opaque-subresource request is a request whose initiator was fetched with [request mode](https://fetch.spec.whatwg.org/#concept-request-mode) "no-cors" and response was cross-origin (should be replaced with better sentence). 3. Add following step between step 10 and step 11 of [handle fetch](https://w3c.github.io/ServiceWorker/#handle-fetch) > If request is a opaque-subresource request, then: Return null. This should do. Let's fix this. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/issues/719#issuecomment-358485327
Received on Wednesday, 17 January 2018 23:32:40 UTC