Results 21 - 40 of 49

<url>

The <url> CSS data type denotes a pointer to a resource. It has no proper syntax and can only be expressed through the url() functional notation.
CSS data Layout Reference Référence Type URI url URL urn Web

Client.url

The url read-only property of the Client interface returns the URL of the current service worker client.
API Client Experimental Expérimental Property Reference Référence Service Workers url URL

Base64 encoding and decoding

Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The term Base64 originates from a specific MIME content transfer encoding.
Advanced atob() Base64 btoa() JavaScript Typed Arrays Unicode Problem URI url URL

Base64 encoding and decoding

Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The term Base64 originates from a specific MIME content transfer encoding.
Advanced atob() Base64 btoa() JavaScript Typed Arrays Unicode Problem URI url URL

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

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