Results 201 - 220 of 1,081

message

The MediaKeyMessageEvent.message read-only property returns an ArrayBuffer with a message from the content decryption module. Messages vary by key system.
API EncryptedMediaExtensions Experimental MediaKeyMessageEvent message Property Reference

messageType

The MediaKeyMessageEvent.messageType read-only property indicates the type of message. It may be one of license-request, license-renewal, license-renewal, or individualization-request.
API EncryptedMediaExtensions Experimental MediaKeyMessageEvent messageType Property Reference

MediaQueryListListener

A MediaQueryList object maintains a list of media queries on a document, and handles sending notifications to listeners when the media queries on the document change.
API CSSOM View Experimental Interface NeedsBrowserCompatibility Reference

Navigator.doNotTrack

Returns the user's do-not-track setting. This is "1" if the user has requested not to be tracked by web sites, content, or advertising.
API DOM Experimental Expérimental Property Reference Référence

NetworkInformation

The NetworkInformation interface provides information about the connection a device is using to commuinicate with the network and provides a means for scripts to be notified if the connection type changes. The NetworkInformation interfaces cannot be instantiated. It is instead accessed through the connection property of the Navigator interface.
API Experimental Interface Network Information API Reference

Notification.renotify

The renotify read-only property of the Notification interface specifies whether the user should be notified after a new notification replaces an old one, as specified in the renotify option of the Notification() constructor.
API Experimental Notifications Property Reference renotify

Notification.sticky

The sticky read-only property of the Notification interface specifies whether the notification should be 'sticky' or not. When we say a notification is sticky, it means that notification is not easily clearable by the user. This is specified in the sticky option of the Notification() constructor.
API Experimental Expérimental Notifications Reference sticky

OffscreenCanvas.getContext()

The OffscreenCanvas.getContext() method returns a drawing context for an offscreen canvas, or null if the context identifier is not supported.
API Canvas Experimental Method OffscreenCanvas Reference

OffscreenCanvas.height

The height property returns and sets the height of an OffscreenCanvas object.
API Canvas Experimental OffscreenCanvas Property Reference

OffscreenCanvas()

The OffscreenCanvas() constructor returns a newly instantiated OffscreenCanvas object.
API Canvas Constructor Experimental OffscreenCanvas Reference WebGL

OffscreenCanvas.toBlob()

The OffscreenCanvas.toBlob() method creates a Blob object representing the image contained in the canvas.
API Canvas Experimental Method OffscreenCanvas Reference

OffscreenCanvas.transferToImageBitmap()

The OffscreenCanvas.transferToImageBitmap() method creates an ImageBitmap object from the most recently rendered image of the OffscreenCanvas.
API Canvas Experimental Method OffscreenCanvas Reference

OffscreenCanvas.width

The width property returns and sets the width of an OffscreenCanvas object.
API Canvas Experimental OffscreenCanvas Property Reference

ParentNode.prepend()

The ParentNode.prepend method inserts a set of Node objects or DOMString objects before the first child of the ParentNode. DOMString objects are inserted as equivalent Text nodes.
API DOM Experimental Method Node Reference