Functions
Link copied to clipboard
The URL.canParse()
static method of the URL interface returns a boolean indicating whether or not an absolute URL, or a relative URL combined with a base URL, are parsable and valid.
Link copied to clipboard
The createObjectURL()
static method of the URL interface creates a string containing a URL representing the object given in the parameter.
Link copied to clipboard
The URL.parse()
static method of the URL interface returns a newly created URL object representing the URL defined by the parameters.
Link copied to clipboard
The revokeObjectURL()
static method of the URL interface releases an existing object URL which was previously created by calling Call this method when you've finished using an object URL to let the browser know not to keep the reference to the file any longer.