Creates a URL that can used to render the resource in the browser using an Element appropriate for the resource. This url may be a http(s) a blob:url or a data url.
Regardless, consumers MUST call revokeUrl() with the url returned by this method to prevent memory leakage.
Resolved with a URL to the resource.
Revokes an URL previously created with createUrl().
The URL to revoke.
Generated using TypeDoc
Used by several classes in the framework that needs to generate a URL to a resource that is renderable by the browser.