JavaScript URL : Object
Provides methods to generate a url for a
Blob
so locally generated content can be
passed to APIs that accept urls.
URL Methods
Creates a url for the specified blob
that can be passed to methods that expect a url. When done
with the returned url, call revokeObjectURL()
to free the
resources associated with the created url.
Example:
RunResults:
Copyright © PUBLIC Contributors