Creates a URL to the resource that can used to render the resource in the browser using an Element appropriate for the resource,
like for example an or
Regardless, clients MUST call revokeUrl() with the url returned by this method to avoid memory leakage.
Resolved with a URL to the resource.
Returns what kind of media this resource is, i.e. image, video or audio.
Returns the URL of the resource. Note that this URL might not be usable by the browser directly. Use createUrl() to get an URL that can be used with the browser.
Returns true if the resource URL is a data URL.
Returns true if the resource URL is a remote http or https URL.
Revokes a URL previously created with createUrl(), allowing any underlying resources to be released.
The URL to revoke.
Get this instance as a plain JSON object.
Generated using TypeDoc
Allows accessing a media resource related with certain EngineEvents.