Phaser API Documentation

  Version: 

Member of: Phaser.Loader.File

<static> revokeObjectURL(image)

Description:

Static method for releasing an existing object URL which was previously created by calling File#createObjectURL method.

Parameters:

name type description
image HTMLImageElement

Image object which 'src' attribute should be revoked.

Since: 3.7.0
Source: src/loader/File.js (Line 531)