Re: [whatwg/fetch] Question: Why don't constructed Response unpack? (#1090)

Okey, but why?
Was thinking maybe i could use `fetch(URL.createObjectURL(gzipBlob))` but just realized i can't set the response header for that.

So if i would do `fetchEvent.respondWith(new Response(gzipBlob, { headers }))` would it be unpacked then?

-- 
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/issues/1090#issuecomment-694202157

Received on Thursday, 17 September 2020 12:38:45 UTC