Results 181 - 200 of 1,243

IdentityManager.logout()

This function is used in Persona to cause the browser to reset the automatic / persistent login flag for a website. After being called, the user will need to explicitly log back into your site instead of being signed in automatically.
API BrowserID DOM DOM Reference Method Persona Reference Référence Security

IdentityManager.request()

This function enables a web site to use Persona to authenticate its users. It must be invoked from within a click handler. For example, you should call it when a user clicks your "log in with Persona" button.
API BrowserID DOM DOM Reference Method Persona Reference Référence Security

LocalMediaStream

The LocalMediaStream interface represents a stream of media content fetched from a local data source. This is the interface returned by getUserMedia().
API DOM DOM Reference Experimental Expérimental Interface Reference Référence WebRTC

MouseEvent.altKey

The MouseEvent.altKey read-only property is a Boolean indicates if the alt key was pressed (true) or not (false) when the event occurred.
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.button

The MouseEvent.button read-only property indicates which button was pressed on the mouse to trigger the event.
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.buttons

The MouseEvent.buttons read-only property indicates which buttons are pressed on the mouse when the event is triggered.
API DOM DOM Events Property Read-only Reference UIEvent

MouseEvent.ctrlKey

The MouseEvent.ctrlKey read-only property returns a Boolean that indicates if the control key was pressed (true) or not (false) when the event occured.
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.getModifierState()

The MouseEvent.getModifierState() method returns the current state of the specified modifier key: true if the modifier is active (i.e., the modifier key is pressed or locked), otherwise, false.
API DOM DOM Events getModifierState Method MouseEvent Reference

MouseEvent.relatedTarget

The MouseEvent.relatedTarget read-only property is the secondary target for the event, if there is one. That is:
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.shiftKey

The MouseEvent.shiftKey read-only property indicates if the shift key was pressed (true) or not (false) when the event occurred.
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MutationObserver

MutationObserver provides developers a way to react to changes in a DOM. It is designed as a replacement for Mutation Events defined in the DOM3 Events specification.
Advanced API DOM DOM Reference NeedsContent NeedsUpdate Reference

Navigator.mozCamera

This API has not been implemented as of Firefox OS 2.2. You probably actually want navigator.mozCameras.
API DOM Firefox OS Gecko DOM Reference Graphics Property WebAPI

NavigatorID

The NavigatorID interface contains methods and properties related to the identity of the browser.
API HTML DOM HTML-DOM Interface Navigator NavigatorID Reference

Node.childNodes

The Node.childNodes read-only property returns a live collection of child nodes of the given element.
API DOM DOM Reference Gecko Property Reference Référence

Node.cloneNode()

The Node.cloneNode() method returns a duplicate of the node on which this method was called.
API DOM DOM Reference Method NeedsBrowserCompatibility Reference Référence

PromiseResolver

The PromiseResolver interface represents an object controlling the state and the result value of a Promise.
API DOM DOM Reference Experimental Expérimental Reference Référence