Skip to content

Commit 38f2399

Browse files
authored
Remove closed connections from the set of presentation controllers. (#426)
1 parent e4fd201 commit 38f2399

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

+13
Original file line numberDiff line numberDiff line change
@@ -2548,6 +2548,19 @@ <h4>
25482548
"PresentationConnectionState">closed</a>, set it to <a for=
25492549
"PresentationConnectionState">closed</a>.
25502550
</li>
2551+
<li>If the <var>presentationConnection</var> was created as a
2552+
result of <a>monitoring incoming presentation connections</a>
2553+
in a <a>receiving browsing context</a>, run the following
2554+
sub-steps.
2555+
<ol>
2556+
<li>Remove <var>presentationConnection</var> from the
2557+
<a>set of presentation controllers</a>.
2558+
</li>
2559+
<li>Populate the <a>presentation controllers monitor</a>
2560+
with the <a>set of presentation controllers</a>.
2561+
</li>
2562+
</ol>
2563+
</li>
25512564
<li>
25522565
<a>Fire</a> a <a>trusted event</a> with the name <a for=
25532566
"PresentationConnectionEvent">close</a>, that uses the

0 commit comments

Comments
 (0)