[w3c/FileAPI] Clarify Lifetime of BlobStore (#89)

I wrote up [an example](https://jsbin.com/yomodiz/1/edit?js,console) trying to figure out how long browsers allow you to load from a given Realm's BlobStore.

It creates a new URL inside of an `<iframe>` and then removes the `<iframe>` from the DOM and tries to use that URL to load a 2nd `<iframe>`.

The behavior seems to be inconsistent:

|Browser|Version|Fires 2nd `<iframe>`'s `onload`|Fires 2nd `<iframe>`'s `onerror`|
|----|----|----|----|
|Safari|11|No|No|
|Firefox|52|No|Yes|
|Chrome|61|Yes|No|

I think the spec is a bit iffy on timeline of when URLs become unavailable for load.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/89

Received on Wednesday, 8 November 2017 22:37:05 UTC