URL : Object
An object that represents a web address. Also provides methods to generate a url for a
Blob
so locally generated content can be passed to APIs that accept urls.Instance Properties
href : String
The effective value of the URL. Set this to replace the entire value.
Example:
RunResults:
searchParams : URLSearchParams
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 © JavaScripture Contributors