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

Chrome has to deal with blob references, so if you transfer the blob of a cached response to another thread, then delete the item from the cache, it needs to avoid deleting the disk entry until the blob is GCd.

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

Received on Wednesday, 26 July 2017 15:39:50 UTC