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

I'm not sure I believe this for firefox.  The `Response` body will point to a file on disk, but when you do `.blob()` I'm pretty sure we read it all into memory.  Unless our blob code has started magically pushing these back to temp files on disk I think it should be in memory.

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

Received on Wednesday, 26 July 2017 15:07:21 UTC