Firefox Tomorrow

web api interface

PresentationConnection

View on MDN ↗

Limited availabilitySecure context

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.

Instance properties

  • binaryType Experimental
    • : Returns either blob or arrayBuffer. When a PresentationConnection object is created, its binaryType IDL attribute MUST be set to the string "arraybuffer".
  • id Read only Experimental
    • : Provides the presentation connection identifier.
  • state Read only Experimental
  • url Read only Experimental
    • : Returns the URL used to create or reconnect to the presentation.

Instance methods

Events

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.