Results 21 - 40 of 41

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

URL.origin

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

URLSearchParams.values()

The URLSearchParams.values() method returns an iterator allowing to go through all values contained in this object. The values are USVString objects.
API Experimental Iterator Method Reference URL API URLSearchParams