Results 21 - 40 of 3,929

SVGPoint

An SVGPoint represents a 2D or 3D point in the SVG coordinate system.
API NeedsContent

Text

The Text interface represents the textual content of Element or Attr.  If an element has no markup within its content, it has a single child implementing Text that contains the element's text.  However, if the element contains markup, it is parsed into information items and Text nodes that form its children.
API DOM

TreeWalker

The TreeWalker object represents the nodes of a document subtree and a position within them.
API DOM

DOMApplicationsRegistry.install()

Triggers the installation of an app. During the installation process, the app is validated and the user is prompted to approve the installation.
API Apps Apps API Method

Coordinates.accuracy

The Coordinates.accuracy read-only property is a strictly positive double representing the accuracy, with a 95% confidence level, of the Coordinates.latitude and Coordinates.longitude properties expressed in meters.
API Coordinates Geolocation API Property

Coordinates.altitude

The Coordinates.altitude read-only property is a double representing the altitude of the position in meters, relative to sea level. This value is null if the implementation cannot provide this data.
API Coordinates Geolocation API Property

Coordinates.altitudeAccuracy

The Coordinates.altitudeAccuracy read-only property is a strictly positive double representing the accuracy, with a 95% confidence level, of the altitude expressed in meters. This value is null if the implementation doesn't support measuring altitude.
API Coordinates Geolocation API Property

Coordinates.heading

The Coordinates.heading read-only property is a double representing the direction in which the device is traveling. This value, specified in degrees, indicates how far off from heading due north the device is. Zero degrees represents true true north, and the direction is determined clockwise (which means that east is 90 degrees and west is 270 degrees). If Coordinates.speed is 0, heading is NaN. If the device is not able to provide heading information, this value is null.
API Coordinates Geolocation API Property

Coordinates.latitude

The Coordinates.latitude read-only property is a double representing the latitude of the position in decimal degrees.
API Coordinates Geolocation API Property

Coordinates.longitude

The Coordinates.longitude read-only property is a double representing the longitude of the position in decimal degrees.
API Coordinates Geolocation API Property

Coordinates.speed

The Coordinates.speed read-only property is a double representing the velocity of the device in meters per second. This value is null if the implementation is not able to measure it.
API Coordinates Geolocation API Property

DOMApplicationsRegistry.install()

Triggers the installation of an app. During the installation process, the app is validated and the user is prompted to approve the installation.
API Apps Apps API Method

History

The History interface allows to manipulate the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.
API History API HTML-DOM