import"urlutils.idl";
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 | search |
attribute USVString | hash |
Definition at line 16 of file urlutils.idl.
attribute USVString URLUtils::hash |
Definition at line 28 of file urlutils.idl.
attribute USVString URLUtils::host |
Definition at line 23 of file urlutils.idl.
attribute USVString URLUtils::hostname |
Definition at line 24 of file urlutils.idl.
stringifier attribute USVString URLUtils::href |
Definition at line 17 of file urlutils.idl.
readonly attribute USVString URLUtils::origin |
Definition at line 18 of file urlutils.idl.
attribute USVString URLUtils::password |
Definition at line 22 of file urlutils.idl.
attribute USVString URLUtils::pathname |
Definition at line 26 of file urlutils.idl.
attribute USVString URLUtils::port |
Definition at line 25 of file urlutils.idl.
attribute USVString URLUtils::protocol |
Definition at line 20 of file urlutils.idl.
attribute USVString URLUtils::search |
Definition at line 27 of file urlutils.idl.
attribute USVString URLUtils::username |
Definition at line 21 of file urlutils.idl.