Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blob URL store entries are not removed #149

Open
annevk opened this issue Apr 2, 2020 · 2 comments
Open

Blob URL store entries are not removed #149

annevk opened this issue Apr 2, 2020 · 2 comments

Comments

@annevk
Copy link
Member

annevk commented Apr 2, 2020

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
Copy link
Collaborator

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
Copy link
Member Author

annevk commented Apr 2, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants