Re: [whatwg/fetch] Allow .blob() to return disk-backed resource (#569)

> Hmm yeah, it seems like Firefox does process the whole response.

With Cache API we have to since we store the Response compressed on disk.  Once we exceed 1MB in Blob size, though, it gets put back into an uncompressed temp file.  Clearly we've optimized for long term storage space and sequential read here.  Maybe thats the wrong choice?  I'm not sure.

-- 
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/569#issuecomment-318090788

Received on Wednesday, 26 July 2017 15:33:46 UTC