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

And actually even fetch(e.request) would not work to preserve the type of the request, as fetch() calls the Request constructor to clone the request, which ends up clearing out the type of the request.

---
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-237918920

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