Re: [whatwg/fetch] Allow request/response.blob() to resolve before reading the full stream (#556)

> I feel like we discussed this before. I am amenable. IIRC last time we talked the idea was the default implementation would throw away data but the underlying byte source could provide a specialized skip operation to be more efficient.

It would be nice to expose a hook to js ReadableStreams as well.  They may be able to do something smart depending on what their underlying source really is.  If its computed they can just compute ahead, etc.

-- 
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/556#issuecomment-309801088

Received on Tuesday, 20 June 2017 15:46:00 UTC