[whatwg/streams] WHATWG icon is broken in Chrome in combination with ServiceWorker (#955)

The streams icon is included in the HTML via the image tag

```html
<img alt="WHATWG" crossorigin="" height="100" 
src="https://resources.whatwg.org/logo-streams.svg">
```
However, the service worker preloads it with default fetch options, resulting in an opaque response. Chrome rejects the opaque response with the message: `The FetchEvent for "https://resources.whatwg.org/logo-streams.svg" resulted in a network error response: an "opaque" response was used for a request whose type is not no-cors`.

AFAIK Chrome is doing the right thing here.

This also affects the encoding standard and probably others.

-- 
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/streams/issues/955

Received on Tuesday, 25 September 2018 07:32:58 UTC