Re: [slightlyoff/ServiceWorker] Send correct Accept header with fetch() request (#945)

So the problem here could be that the fetch API and/or Request constructor don't allow you to set the "type" of a request. Not sure what would break if we would allow the type to be set directly (presumably you'd want to set it to "image" in this case).

But this also seems like a fetch issue, and not a service worker issue. So probably should re-file this issue at https://github.com/whatwg/fetch/issues

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/945#issuecomment-237918336

Received on Friday, 5 August 2016 17:57:50 UTC