Results 241 - 260 of 1,752

FileReader.abort()

The abort method aborts the read operation. Upon return, the readyState will be DONE.
API File API Files Method Reference Référence

FileReader.readAsText()

The readAsText method is used to read the contents of the specified Blob or File. When the read operation is complete, the readyState is changed to DONE, the loadend is triggered, and the result attribute contains the contents of the file as a text string.
API File API Files Method Reference Référence

FileReader.readyState

Provides the current state of the reading operation.
API File API Files Property Reference Référence

FileReader.result

Returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
API File API Files Property Reference Référence

GamepadEvent

The GamepadEvent interface of the Gamepad API contains references to gamepads connected to the system, which is what the gamepad events Window.gamepadconnected and Window.gamepaddisconnected are fired in response to.
API Gamepad API Games NeedsBrowserCompatibility Reference Référence

GamepadEvent.gamepad

The GamepadEvent.gamepad property of the GamepadEvent interface returns a Gamepad object, providing access to the associated gamepad data for fired gamepadconnected and gamepaddisconnected events.
API Gamepad API Property Reference Référence

Geolocation

The Geolocation interface represents an object able to programmatically obtain the position of the device. It gives Web content access to the location of the device. This allows a Web site or app to offer customized results based on the user's location.
Advanced API Geolocation API Interface Reference Référence

GlobalEventHandlers.onchange

The onchange property sets and returns the event handler for the change event.
API HTML DOM Property Reference Référence

GlobalEventHandlers.onclick

The onclick property returns the click event handler code on the current element.
API HTML DOM Property Reference Référence

GlobalEventHandlers.oncontextmenu

An event handler property for right-click events on the window. Unless the default behavior is prevented (see examples below on how to do this), the browser context menu will activate (though IE8 has a bug with this and will not activate the context menu if a contextmenu event handler is defined). Note that this event will occur with any non-disabled right-click event and does not depend on an element possessing the "contextmenu" attribute.
API HTML DOM Property Reference Référence

GlobalEventHandlers.onmousedown

The onmousedown property returns the onmousedown event handler code on the current element.
API HTML DOM Property Reference Référence

GlobalEventHandlers.onmouseout

The onmouseout property returns the onMouseOut event handler code on the current element.
API HTML DOM NeedsExample Property Reference Référence

GlobalEventHandlers.onselect

An event handler for the select event on the window.
API HTML DOM Property Reference Référence

HashChangeEvent

The hashchange event is fired when the fragment identifier of the URL has changed (the part of the URL that follows the # symbol, including the # symbol).
API HashChange HTML5 NeedsMarkupWork Reference Référence

HTMLAnchorElement.rel

The HTMLAnchorElement.rel property reflects the rel attribute. It is a DOMString containing a space-separated list of link types indicating the relationship between the resource represented by the <a> element and the current document.
API HTML DOM HTMLAnchorElement Property Reference Référence