Results 261 - 280 of 485

BatteryManager

The BatteryManager interface provides ways to get information about the system's battery charge level.
API Battery API Device API Interface Reference Référence

Console

The Console object provides access to the browser's debugging console (e.g., the Web Console in Firefox). The specifics of how it works vary from browser to browser, but there is a de facto set of features that are typically provided.
API Console console debugging Debugging Interface NeedsCompatTable Reference web console

CSSStyleDeclaration

CSSStyleDeclaration represents a collection of CSS property-value pairs. It is used in a few APIs:
API CSSOM Interface NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

CSSValue

The CSSValue interface represents the current computed value of a CSS property.
API CSSValue DOM Interface NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Reference

DedicatedWorkerGlobalScope

The DedicatedWorkerGlobalScope object (the Worker global scope) is accessible through the self keyword. Some additional global functions, namespaces objects, and constructors, not typically associated with the worker global scope, but available on it, are listed in the JavaScript Reference. See also: Functions available to workers.
API DedicatedWorkerGlobalScope Interface NeedsBrowserCompatibility Reference Référence Web Workers Workers

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

Element

The Element interface represents an object of a Document. This interface describes methods and properties common to all kinds of elements. Specific behaviors are described in interfaces which inherit from Element but add additional functionality. For example, the HTMLElement interface is the base interface for HTML elements, while the SVGElement interface is the basis for all SVG elements.
API DOM DOM Reference Element Interface Reference Web API