Results 221 - 240 of 3,929

ImageData

The ImageData interface represents the underlying pixel data of an area of a <canvas> element. It is created using the ImageData() constructor or creator methods on the CanvasRenderingContext2D object associated with a canvas: createImageData() and getImageData(). It can also be used to set a part of the canvas by using putImageData().
API Canvas ImageData Images

InputEvent

The InputEvent interface represents an event notifying of editable content change.
API DOM Interface

MediaDevices

The MediaDevices interface provides access to connected media input devices like cameras and microphones, as well as screensharing.
API Interface Media MediaDevices

MediaError

The MediaError interface represents an error associated to a media, like a HTMLMediaElement.
API Interface Reference

Navigation Timing API

The Navigation Timing API provides data that can be used to measure the performance of a website. Unlike other JavaScript-based mechanisms that have been used for the same purpose, this API can provide end-to-end latency data that can be more useful and accurate.
API Performance performance Web

Navigator.buildID

Returns the build identifier of the browser.
API DOM Gecko Property

Navigator.cookieEnabled

Returns a Boolean value indicating whether cookies are enabled or not (read-only).
API DOM NeedsCompatTable Property

Navigator.maxTouchPoints

Return the maximum number of simultaneous touch contact points are supported by the current device.
API DOM Property Reference

NavigatorOnLine

The NavigatorOnLine interface contains methods and properties related to the connectivity status of the browser.
API HTML-DOM

NavigatorPlugins.javaEnabled()

This method indicates whether the current browser is Java-enabled or not.
API Method Reference Référence

NavigatorPlugins.mimeTypes

Returns a MimeTypeArray object, which contains a list of MimeType objects representing the MIME types recognized by the browser.
API Property Reference Référence

Node.baseURI

The Node.baseURI read-only property returns the absolute base URL of a node.
API HTML Property

Node.compareDocumentPosition()

The Node.compareDocumentPosition() method compares the position of the current node against another node in any other document.
API DOM Method Node

Node.contains()

The Node.contains() method returns a Boolean value indicating whether a node is a descendant of a given node or not.
API DOM Method Node