Commit ca6e62e 1 parent 54f8b4a commit ca6e62e Copy full SHA for ca6e62e
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -121324,11 +121324,13 @@ interface <dfn interface>BroadcastChannel</dfn> : <span>EventTarget</span> {
121324
121324
121325
121325
<li>
121326
121326
<p>If <var>destination</var>'s <span>relevant global object</span> is a <code>Window</code>
121327
- <var>window</var>, <span data-x="destroy a document">destroy</span> <var>window</var>'s
121328
- <span data-x="concept-document-window">associated <code>Document</code></span>.</p>
121327
+ <var>window</var>, then <span>make document unsalvageable</span> given <var>window</var>'s
121328
+ <span data-x="concept-document-window">associated <code>Document</code></span> and
121329
+ "<code data-x="blocking-broadcastchannel-message">broadcastchannel-message</code>".</p>
121329
121330
121330
- <p class="note">The <code>Document</code> to be destroyed here is not <span>fully active</span>
121331
- (either detached or in <a href="#note-bfcache">bfcache</a>).</p>
121331
+ <p class="note">The <code>Document</code> to be made unsalvageable here is not
121332
+ <span>fully active</span> (either detached or in <a href="#note-bfcache">bfcache</a>).
121333
+ </p>
121332
121334
</li>
121333
121335
121334
121336
<li><p>Remove <var>destination</var> from <var>destinations</var>.</p></li>
You can’t perform that action at this time.
0 commit comments