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

Call revokeObjectURL on stale blurhash URLs #1402

Closed
nolanlawson opened this issue Aug 18, 2019 · 0 comments · Fixed by #1403
Closed

Call revokeObjectURL on stale blurhash URLs #1402

nolanlawson opened this issue Aug 18, 2019 · 0 comments · Fixed by #1403
Labels
performance Related to speed or responsiveness

Comments

@nolanlawson
Copy link
Owner

#1381

This will avoid a memory leak. (In theory – I'm not sure if browsers have some way to do this automatically or not. Although we shouldn't take the chance.)

@nolanlawson nolanlawson added the performance Related to speed or responsiveness label Aug 18, 2019
nolanlawson added a commit that referenced this issue Aug 18, 2019
* perf: call revokeObjectURL() on stale blurhash blob URLs

fixes #1402

* add a test

* add comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Related to speed or responsiveness
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant