WebIDLpedia

PresentationConnectionAvailableEvent interface

Definition

Presentation API defines PresentationConnectionAvailableEvent



[SecureContext, Exposed=Window]
interface PresentationConnectionAvailableEvent : Event {
  constructor(DOMString type, PresentationConnectionAvailableEventInit eventInitDict);
  [SameObject] readonly attribute PresentationConnection connection;
};

Methods and attributes that return objects implementing PresentationConnectionAvailableEvent