Results 141 - 160 of 3,929

LocalStorage

localStorage is the same as sessionStorage with the same same-origin rules applied but it is persistent. localStorage was introduced in Firefox 3.5.
API Offline Reference Référence Storage API

StorageEvent

A StorageEvent is sent to a window when a storage area changes.
API Reference Référence Web Storage API

SubtleCrypto

The SubtleCrypto interface represents a set of cryptographic primitives. It is available via the Crypto.subtle properties available in a window context (via Window.crypto).
API Interface Reference Référence Web Crypto API

SubtleCrypto.digest()

The SubtleCrypto.digest() method returns a Promise of a digest generated from the hash function and text given as parameters.
API Method Reference SubtleCrypto WebCrypto API

URLSearchParams

The URLSearchParams interface defines utility methods to work with the query string of a URL.
API Experimental Interface Reference URL API

WaveShaperNode

A WaveShaperNode always has exactly one input and one output.
API Interface Reference WaveShaperNode Web Audio API

Using the Web Audio API

To demonstrate usage of the Web Audio API, we created a number of examples that will be added to as time goes on. Please feel free to add to them and suggest improvements!
API Guide Reference Référence Web Audio API