A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL_static below:

URL: revokeObjectURL() static method - Web APIs

URL: revokeObjectURL() static method

Baseline Widely available

Note: This feature is available in Web Workers, except for Service Workers.

The revokeObjectURL() static method of the URL interface releases an existing object URL which was previously created by calling URL.createObjectURL().

For more information, see blob URLs.

Call this method when you've finished using an object URL to let the browser know not to keep the reference to the file any longer.

Note: This method is not available in Service Workers, due to issues with the Blob interface's life cycle and the potential for leaks.

Syntax
URL.revokeObjectURL(objectURL)
Parameters
objectURL

A string representing an object URL that was previously created by calling createObjectURL().

Return value

None (undefined).

Examples

See Using object URLs to display images.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4