webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
DOMURL Interface Reference

import"DOMURL.idl";

Public Member Functions

USVString toJSON ()
 

Static Public Member Functions

static DOMString createObjectURL (Blob blob)
 
static void revokeObjectURL (DOMString url)
 
static DOMString createObjectURL (MediaSource source)
 
static DOMString createObjectURL (MediaStream stream)
 

Public Attributes

stringifier attribute USVString href
 
readonly attribute USVString origin
 
attribute USVString protocol
 
attribute USVString username
 
attribute USVString password
 
attribute USVString host
 
attribute USVString hostname
 
attribute USVString port
 
attribute USVString pathname
 
attribute USVString hash
 
attribute USVString search
 
readonly attribute URLSearchParams searchParams
 

Member Function Documentation

◆ createObjectURL() [1/3]

static DOMString DOMURL::createObjectURL ( MediaSource  source)
static

◆ createObjectURL() [2/3]

static DOMString DOMURL::createObjectURL ( MediaStream  stream)
static

◆ createObjectURL() [3/3]

static DOMString DOMURL::createObjectURL ( Blob  blob)
static

◆ revokeObjectURL()

static void DOMURL::revokeObjectURL ( DOMString  url)
static

◆ toJSON()

USVString DOMURL::toJSON ( )

Member Data Documentation

◆ hash

attribute USVString DOMURL::hash

◆ host

attribute USVString DOMURL::host

◆ hostname

attribute USVString DOMURL::hostname

◆ href

stringifier attribute USVString DOMURL::href

◆ origin

readonly attribute USVString DOMURL::origin

◆ password

attribute USVString DOMURL::password

◆ pathname

attribute USVString DOMURL::pathname

◆ port

attribute USVString DOMURL::port

◆ protocol

attribute USVString DOMURL::protocol

◆ search

attribute USVString DOMURL::search

◆ searchParams

readonly attribute URLSearchParams DOMURL::searchParams

◆ username

attribute USVString DOMURL::username

The documentation for this interface was generated from the following files: