We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4a880 commit b1765c9Copy full SHA for b1765c9
interfaces/appmanifest.idl
@@ -3,7 +3,7 @@
3
// (https://github.com/tidoust/reffy-reports)
4
// Source: Web App Manifest (https://w3c.github.io/manifest/)
5
6
-[Constructor(DOMString type, optional EventInit eventInitDict),
+[Constructor(DOMString type, optional EventInit eventInitDict = {}),
7
Exposed=Window]
8
interface BeforeInstallPromptEvent : Event {
9
Promise<PromptResponseObject> prompt();
0 commit comments