The URL
interface represent an object providing static methods used for creating object URLs.
Documentation URL by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Constructor
Variables
read onlysearchParams:URLSearchParams
Returns a URLSearchParams
object allowing to access the GET query arguments contained in the URL.
Static methods
staticcreateObjectURL (source:MediaSource, ?options:ObjectURLOptions):String
staticcreateObjectURL (blob:Blob, ?options:ObjectURLOptions):String
staticcreateObjectURL (stream:MediaStream, ?options:ObjectURLOptions):String
Throws:
null | DOMError |
---|