web api interface
Presentation
Limited availabilitySecure context
The Presentation can be defined as two possible user agents in the context: Controlling user agent and Receiving user agent.
In controlling browsing context, the Presentation interface provides a mechanism to override the browser default behavior of launching presentation to external screen. In receiving browsing context, Presentation interface provides the access to the available presentation connections.
Instance properties
defaultRequestExperimental- : In a controlling user agent, the
defaultRequestattribute MUST return the default presentation request if any,nullotherwise. In a receiving browsing context, it MUST returnnull.
- : In a controlling user agent, the
receiverExperimental- : In a receiving user agent, the
receiverattribute MUST return thePresentationReceiverinstance associated with the receiving browsing context and created by the receiving user agent when the receiving browsing context is created.
- : In a receiving user agent, the
Instance methods
None.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.