Re: [whatwg/streams] Add URL.createObjectURL(stream) support (#480)

Checking the list of forbidden headers in [the fetch spec](
https://fetch.spec.whatwg.org/#http-header-layer-division) which can't be modified, unfortunately the list of forbidden headers includes `Content-Length`, which would be really useful for this case.

Can service workers create forbidden headers when construction an arbitrary Response? Service workers are mentioned as a layer to set headers at, but I don't see any exemption they have for creating/editing forbidden headers.

-- 
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/480#issuecomment-272603653

Received on Saturday, 14 January 2017 05:35:14 UTC