Skip to content

Commit 54de4d7

Browse files
committed
Use [Exposed=Window]
whatwg/webidl#365
1 parent 3c39e60 commit 54de4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ <h3>
566566
historical reasons.
567567
</div>
568568
<pre class="idl">
569-
[Constructor]
569+
[Constructor, Exposed=Window]
570570
interface BeforeInstallPromptEvent : Event {
571571
Promise&lt;PromptResponseObject&gt; prompt();
572572
};

0 commit comments

Comments
 (0)