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.

Yea, we have to deal with the same thing.  We have a native stream representing the Cache body entry.  We need to keep the entry alive as long as that native stream is active.  This could be due to Blob code or something else (like respondWith, 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/569#issuecomment-318093132

Received on Wednesday, 26 July 2017 15:41:23 UTC