Results 1 - 12 of 12

HTMLHyperlinkElementUtils.hash

The HTMLHyperlinkElementUtils.hash property returns a DOMString containing a '#' followed by the fragment identifier of the URL. The fragment is not percent-decoded.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.host

The HTMLHyperlinkElementUtils.host property is a USVString containing the host, that is the hostname, and then, if the port of the URL is nonempty, a ':', and the port of the URL.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.hostname

The HTMLHyperlinkElementUtils.hostname property is a USVString containing the domain of the URL.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.pathname

The HTMLHyperlinkElementUtils.pathname property is a USVString containing an initial '/' followed by the path of the URL.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.port

The HTMLHyperlinkElementUtils.port property is a USVString containing the port number of the URL.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.protocol

The HTMLHyperlinkElementUtils.protocol property is a USVString representing the protocol scheme of the URL, including the final ':'.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.search

The HTMLHyperlinkElementUtils.search property, is a search string, also called a query string, that is USVString containing a '?' followed by the parameters of the URL.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.username

The HTMLHyperlinkElementUtils.username property is a USVString containing the username specified before the domain name.
API Experimental HTMLHyperlinkElementUtils Property URL API

HTMLHyperlinkElementUtils.href

The HTMLHyperlinkElementUtils.href property is a USVString containing the whole URL.
API Experimental HTMLHyperlinkElementUtils Location Property Reference URL API

HTMLHyperlinkElementUtils.origin

The HTMLHyperlinkElementUtils.origin read-only property is a USVString containing the Unicode serialization of the origin of the represented URL, that is:
API Experimental HTMLHyperlinkElementUtils Property Read-only Reference URL API

HTMLHyperlinkElementUtils.password

The HTMLHyperlinkElementUtils.password property is a USVString containing the password specified before the domain name.
API Experimental HTMLHyperlinkElementUtils Property Read-only URL API

HTMLHyperlinkElementUtils.toString()

The HTMLHyperlinkElementUtils.toString() stringifier method returns a USVString containing the whole URL. It is a read-only version of HTMLHyperlinkElementUtils.href.
API Experimental HTMLHyperlinkElementUtils Location Method Stringifier URL API