Skip to content

Commit 3b401f9

Browse files
TimothyGudomenic
authored andcommitted
Disallow window.open() during unload
Tests: web-platform-tests/wpt#12577
1 parent 45effb6 commit 3b401f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78278,6 +78278,8 @@ dictionary <dfn>WindowPostMessageOptions</dfn> : <span>PostMessageOptions</span>
7827878278
and a string <var>features</var>, are as follows:</p>
7827978279

7828078280
<ol>
78281+
<li><p>If the <span>event loop</span>'s <span>termination nesting level</span> is nonzero, return
78282+
null.</p></li>
7828178283

7828278284
<li><p>Let <var>entry settings</var> be the <span>entry settings object</span>.</p></li>
7828378285

0 commit comments

Comments
 (0)