From 54de4d7bbffaea4d0dd8e552d8288101811e9ff4 Mon Sep 17 00:00:00 2001 From: Anssi Kostiainen Date: Wed, 6 Sep 2017 16:08:10 +0300 Subject: [PATCH] Use [Exposed=Window] https://github.com/heycam/webidl/issues/365 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2efdb9240..2408aaca9 100644 --- a/index.html +++ b/index.html @@ -566,7 +566,7 @@

historical reasons.
-          [Constructor]
+          [Constructor, Exposed=Window]
           interface BeforeInstallPromptEvent : Event {
               Promise<PromptResponseObject> prompt();
           };