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

The very same questions should be applied for that part too.

By spec it's already possible to construct a response with streams:
`event.respondWith(new Response(stream, { headers: {'Content-Type': 'text/html'} }));`

fetch() streams in SW workers aren't the same? 

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

Received on Sunday, 17 July 2016 20:58:33 UTC