[w3c/FileAPI] Blob URL store entries are not removed (#149)

Currently they are only removed if you invoke `revokeObjectURL()`. There's a statement of fact at https://w3c.github.io/FileAPI/#url

> All URLs are revoked when the global that created the URL itself goes away.

but there are no corresponding requirements.

Credit: @yutakahirano

-- 
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/149

Received on Thursday, 2 April 2020 08:58:53 UTC