Skip to content

Commit ca6e62e

Browse files
committed
Use unsalvageable block
1 parent 54f8b4a commit ca6e62e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source

+6-4
Original file line numberDiff line numberDiff line change
@@ -121324,11 +121324,13 @@ interface <dfn interface>BroadcastChannel</dfn> : <span>EventTarget</span> {
121324121324

121325121325
<li>
121326121326
<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>
121329121330

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>
121332121334
</li>
121333121335

121334121336
<li><p>Remove <var>destination</var> from <var>destinations</var>.</p></li>

0 commit comments

Comments
 (0)