webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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 |
|
static |
|
static |
|
static |
|
static |
USVString DOMURL::toJSON | ( | ) |
attribute USVString DOMURL::hash |
attribute USVString DOMURL::host |
attribute USVString DOMURL::hostname |
stringifier attribute USVString DOMURL::href |
attribute USVString DOMURL::password |
attribute USVString DOMURL::pathname |
attribute USVString DOMURL::port |
attribute USVString DOMURL::protocol |
attribute USVString DOMURL::search |
readonly attribute URLSearchParams DOMURL::searchParams |
attribute USVString DOMURL::username |