URL: revokeObjectURL() static method - Web APIs | MDN
Syntax
js
URL.revokeObjectURL(objectURL)
Parameters
objectURL-
A string representing an object URL that was previously created by calling
createObjectURL().
Return value
None (undefined).
Examples
Specifications
| Specification |
|---|
| File API # dfn-revokeObjectURL |