Results 221 - 240 of 1,081

Presentation

The Presentation can be defined as two possible user agents in the context: Controlling user agent and Receiving user agent.
API Experimental Interface Presentation Presentation API Reference

PresentationAvailability

A PresentationAvailability object is associated with available presentation displays and represents the presentation display availability for a presentation request. If the controlling user agent can monitor the list of available presentation displays in the background (without a pending request to start()), the PresentationAvailability object MUST be implemented in a controlling browsing context.
API Experimental Interface Presentation API PresentationAvailability Reference

PresentationConnection

The PresentationConnection interface of the Presentation API provides methods and properties for managing a single presentation. Each presentation connection is represented by a PresentationConnection object. Both the controlling user agent and receiving user agent MUST implement PresentationConnection.
API Experimental Interface Presentation API PresentationConnection Reference

send

The PresentationConnection.send() method of the PresentationConnection interface sends either binary or text data between a controlling browsing context and a presenting browsing context.
API Experimental Method Presentation API PresentationConnection Reference

Range.intersectsNode()

The Range.intersectsNode() method returns a boolean indicating whether the given Node intersects the Range.
API DOM Experimental Expérimental Method Range

Request.clone()

The clone() method of the Request interface creates a copy of the current Request object.
API clone Experimental Fetch Method Reference request