Results 1 - 20 of 3,929

Coordinates

The Coordinates interface represents the position and altitude of the device on Earth, as well as the accuracy with which these properties are calculated.
API Geolocation API

ErrorEvent

The ErrorEvent interface represents events providing information related to errors in scripts or in files.
API Event Worker API

FileList

An object of this type is returned by the files property of the HTML <input> element; this lets you access the list of files selected with the <input type="file"> element. It's also used for a list of files dropped into web content when using the drag and drop API; see the DataTransfer object for details on this usage.
API File API Files

Position

The Position interface represents the position of the concerned device at a given time. The position, represented by a Coordinates object, comprehends the 2D position of the device, on a spheroid representing the Earth, but also its altitude and its speed.
API Geolocation API Position

PositionError

The PositionError interface represents the reason of an error occurring when using the geolocating device.
API Geolocation API

CharacterData

The CharacterData abstract interface represents a Node object that contains characters. This is an abstract interface, meaning there aren't any object of type CharacterData: it is implemented by other interfaces, like Text, Comment, or ProcessingInstruction which aren't abstract.
API DOM

Comment

The Comment interface represents textual notations within markup; although it is generally not visually shown, such comments are available to be read in the source view. Comments are represented in HTML and XML as content between '<!--' and '-->'. In XML, the character sequence '--' cannot be used within a comment.
API DOM

DeviceAcceleration.x

This read-only property indicates the amount of acceleration that occurred along the X axis in a DeviceAcceleration object.
API Property

DeviceAcceleration.y

This read-only property indicates the amount of acceleration that occurred along the Y axis in a DeviceAcceleration object.
API Property

DeviceAcceleration.z

This read-only property indicates the amount of acceleration that occurred along the Z axis in a DeviceAcceleration object.
API Property

Index

Found 2889 pages:
API Landing

NodeIterator

The NodeIterator interface represents an iterator over the members of a list of the nodes in a subtree of the DOM. The nodes will be returned in document order.
API DOM

Notification.vibrate

The vibrate read-only property of the Notification interface specifies a a vibration pattern for the device's vibration hardware to emit when the notification fires. This is specified in the vibrate option of the Notification() constructor.
API Device

ParentNode

The ParentNode interface contains methods that are particular to Node objects that can have children.
API DOM

Point

Point represents a 2D point.
API Reference

Pointer events

Most of today's web content assumes the user's pointing device will be a mouse. However, since many devices support other types of pointing input devices, such as pen/stylus and touch surfaces, extensions to the existing pointing device event models are needed and pointer events address that need.
API Overview

Range

The Range interface represents a fragment of a document that can contain nodes and parts of text nodes.
API DOM