PresentationReceiver
{{securecontext_header}}
{{SeeCompatTable}}
{{APIRef("Presentation API")}}
The PresentationReceiver
interface of the Presentation API provides a means for a receiving browsing context to access controlling browsing contexts and communicate with them.
Instance properties
{{domxref('PresentationReceiver.connectionList')}}
{{ReadOnlyInline}}
{{Experimental_Inline}}
- : Returns a
{{jsxref('Promise')}}
that resolves with a{{domxref('PresentationConnectionList')}}
object containing a list of incoming presentation connections.
- : Returns a
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}