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

See Using object URLs to display images.

Specifications

Specification
File API
# dfn-revokeObjectURL

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.