WebIDLpedia

BeforeInstallPromptEvent interface

Definition

Manifest Incubations defines BeforeInstallPromptEvent

[Exposed=Window]
interface BeforeInstallPromptEvent : Event {
  constructor(DOMString type, optional EventInit eventInitDict = {});
  Promise<PromptResponseObject> prompt();
};

Methods and attributes that return objects implementing BeforeInstallPromptEvent