- From: Bradley Meck <notifications@github.com>
- Date: Wed, 08 Nov 2017 22:36:38 +0000 (UTC)
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 November 2017 22:37:05 UTC
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