Results 41 - 60 of 181

ByteString

ByteString is a UTF-8 String that corresponds to the set of all possible sequences of bytes. ByteString maps to a String when returned in JavaScript; generally, it's only used when interfacing with protocols that use bytes and strings interchangably, such as HTTP.
API DOM DOM Reference Reference Référence String WebIDL

Document.adoptNode()

Adopts a node from an external document. The node and its subtree is removed from the document it's in (if any), and its ownerDocument is changed to the current document. The node can then be inserted into the current document.
API DOM DOM Reference Method NeedsExample NeedsUpdate Reference Référence

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

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