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

The problem with the blob optimization here is that its different semantics to a ReadableStream.  A blob you can random access read in any order, etc.

What if we just added some kind of "skip" operation to ReadableStream?  This would let you efficiently seek forwards to the part you want without necessarily loading it all into memory.

![giphy](https://user-images.githubusercontent.com/1256526/27341922-aafe1cf4-55ac-11e7-8eca-72cd00813d6c.gif)


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

Received on Tuesday, 20 June 2017 15:37:24 UTC