w3c / FileAPI

File API
https://w3c.github.io/FileAPI/
Other
104 stars 44 forks source link

Blob URL store entries are not removed #149

Open annevk opened 4 years ago

annevk commented 4 years ago

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

mkruisselbrink commented 4 years ago

Hmm? What about https://w3c.github.io/FileAPI/#lifeTime where we monkey patch the unloading document cleanup steps? (of course similar steps for workers are still missing).

annevk commented 4 years ago

Ah, great. Let's keep this for the remaining issues with that section then (also need to link remove).