This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.
Summary
The URL.revokeObjectURL() static method releases an existing object URL which was previously created by calling URL.createObjectURL(). Call this method when you've finished using a object URL, in order to let the browser know it doesn't need to keep the reference to the file any longer.
Note: This feature is available in Web Workers.
Syntax
window.URL.revokeObjectURL(objectURL);
- objectURL
- is a
DOMStringrepresenting the object URL that was created by callingURL.createObjectURL().
Example
See Using object URLs to display images.
Specification
| Specification | Status | Comment |
|---|---|---|
| File API The definition of 'URL' in that specification. |
Working Draft | Initial definition |
Browser compatibility
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|
| Basic support | 8.0[1] | 4.0 (2.0) | 10.0 | 15.0 | 6.0[1] 7.0 |
| Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|
| Basic support | (Yes)[1] | 14.0 (14.0) | (Yes) | 15.0 | 6.0[1] 7.0 |
[1] Implemented with URL prefixed as webkitURL.
See also
Document Tags and Contributors
Tags:
Contributors to this page:
masakij,
Sebastianz,
chrisdavidmills,
teoli,
afreen,
m_gol,
vishu_gawli,
Sheppy,
ethertank,
madarche,
scottrowe,
ebidel,
fryn
Last updated by:
masakij,