Skip to content

Commit acfb62f

Browse files
authored
Merge pull request #608 from w3c/webidl-exposed
Use [Exposed=Window]
2 parents 3c39e60 + 54de4d7 commit acfb62f

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)