Results 61 - 80 of 260

CanvasPattern.setTransform()

The CanvasPattern.setTransform() method uses an SVGMatrix object as the pattern's transformation matrix and invokes it on the pattern.
API Canvas CanvasPattern Experimental Expérimental Method Reference Référence

CanvasRenderingContext2D.imageSmoothingEnabled

The CanvasRenderingContext2D.imageSmoothingEnabled property of the Canvas 2D API can be set to change if images are smoothed (true, default) or not (false). On getting the imageSmoothingEnabled property, the last value it was set to, is returned.
API Canvas CanvasRenderingContext2D Experimental Expérimental Property Reference

CanvasRenderingContext2D.removeHitRegion()

The CanvasRenderingContext2D.removeHitRegion() method of the Canvas 2D API removes a given hit region from the canvas.
API Canvas CanvasRenderingContext2D Experimental Expérimental Method Reference

CanvasRenderingContext2D.resetTransform()

The CanvasRenderingContext2D.resetTransform() method of the Canvas 2D API resets the current transform by the identity matrix.
Canvas CanvasRenderingContext2D Experimental Expérimental Method Reference Référence

Clients.matchAll()

The matchAll() method of the Clients interface returns a Promise for a list of service worker clients. Include the options parameter to return all service worker clients whose origin is the same as the associated service worker's origin. If options are not included, the method returns only the service worker clients controlled by the service worker. 
API Clients Experimental Expérimental Method Reference Service Workers ServiceWorker

DeviceAcceleration

A DeviceAcceleration object provides information about the amount of acceleration the device is experiencing along all three axes.
API Device Orientation Events Experimental Expérimental Interface NeedsExample Reference Référence

DeviceLightEvent

The DeviceLightEvent provides web developers with information from photo sensors or similiar detectors about ambient light levels near the device. For example this may be useful to adjust the screen's brightness based on the current ambient light level in order to save energy or provide better readability.
Ambient Light Events API Experimental Expérimental Interface NeedsBetterSpecLink NeedsMarkupWork

Document.origin

The Document.origin read-only property returns the document's origin. In most cases, this property is equivalent to document.defaultView.location.origin.
API DOM Experimental Expérimental Interface Property Read-only