Results 341 - 360 of 485

PeriodicWave

PeriodicWave has no inputs or outputs; it is used to create custom oscillators via OscillatorNode.setPeriodicWave. The PeriodicWave itself is created/returned by AudioContext.createPeriodicWave.
API Interface PeriodicWave Reference Référence Web Audio API

PromiseRejectionEvent

The PromiseRejectionEvent interface represents events which are fired when JavaScript Promises are rejected. These events are particularly useful for telemetry and debugging purposes.
API Events events HTML DOM Interface JavaScript PromiseRejectionEvent Promises Reference

PushSubscription

The PushSubscription interface of the Push API provides a subcription's URL endpoint and allows unsubscription from a push service.
API Experimental Interface Push Push API PushSubscription Reference Service Workers

RandomSource

RandomSource represents a source of cryptographically secure random numbers. It is available via the Crypto object of the global object: Window.crypto on Web pages, WorkerGlobalScope.crypto in workers.
API Interface RandomSource Reference Référence Web Crypto API

Request

The Request interface of the Fetch API represents a resource request.
API Experimental Fetch Fetch API Interface Reference request

Response

The Response interface of the Fetch API represents the response to a request.
API Experimental Fetch Fetch API Interface Reference Response

RTCCertificate

The interface of the the WebRTC API provides an object represents a certificate that an RTCPeerConnection uses to authenticate.
API Interface real-time communications Reference RTCCertificate WebRTC

Screen

The Screen interface represents a screen, usually the one on which the current window is being rendered.
API CSSOM View Experimental Expérimental Interface Reference Référence

ServiceWorker

The ServiceWorker interface of the ServiceWorker API provides a reference to a service worker. Multiple browsing contexts (e.g. pages, workers, etc.) can be associated with the same service worker, each through a unique ServiceWorker object.
API Draft Interface Offline offline Service Workers ServiceWorker Workers

ServiceWorkerGlobalScope

The ServiceWorkerGlobalScope interface of the ServiceWorker API represents the global execution context of a service worker.
API Draft Interface Offline offline Reference Service Workers ServiceWorkerGlobalScope Workers

ServiceWorkerMessageEvent

The ServiceWorkerMessageEvent interface of the ServiceWorker API contains information about an event sent to a ServiceWorkerContainer target. This extends the default message event to allow setting a ServiceWorker object as the source of a message. The event object is accessed via the handler function of a message event, when fired by a message received from a service worker.
API Experimental Interface offline Offline Référence Service Workers ServiceWorkerMessageEvent Workers

ServiceWorkerRegistration

The ServiceWorkerRegistion interface of the ServiceWorker API represents the service worker registration. You register a service worker to control one or more pages that share the same origin.
API Draft Interface Offline offline Reference Service Workers ServiceWorkerRegistration Workers