RESOLVED CONFIGURATION CHANGED 96757
Support autoRevoke Blob option in URL.createObjectURL
https://bugs.webkit.org/show_bug.cgi?id=96757
Summary Support autoRevoke Blob option in URL.createObjectURL
Kinuko Yasuda
Reported 2012-09-14 05:03:18 PDT
The File API now has objectURLOptions.autoRevoke option to automatically revoke Blob URLs created by createObjectURL. The option defaults to true by spec. http://www.w3.org/TR/FileAPI/#dfn-autoRevoke It'd be nice to support this feature as we could expect it might reduce memory leaks on unrevoked Blobs. Defaulting this true could break existing code so it'd be better to announce/ask on webkit-dev before actually making the change.
Attachments
Alexey Shvayka
Comment 1 2020-05-04 15:55:18 PDT
autoRevoke option was removed from the draft around Q3 2013 and currently isn't implemented by any major browser.
Note You need to log in before you can comment on or make changes to this bug.