Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -132647,7 +132647,7 @@ dictionary <dfn dictionary>EventSourceInit</dfn> {

<div algorithm>
<p>When a user agent is to <dfn>announce the connection</dfn>, the user agent must <span>queue a
task</span> which, if the <code data-x="dom-EventSource-readyState">readyState</code> attribute is
task</span> on the <span>remote event task source</span> which, if the <code data-x="dom-EventSource-readyState">readyState</code> attribute is
set to a value other than <code data-x="dom-EventSource-CLOSED">CLOSED</code>, sets the <code
data-x="dom-EventSource-readyState">readyState</code> attribute to <code
data-x="dom-EventSource-OPEN">OPEN</code> and <span data-x="concept-event-fire">fires an
Expand All @@ -132663,7 +132663,7 @@ dictionary <dfn dictionary>EventSourceInit</dfn> {

<ol>
<li>
<p><span>Queue a task</span> to run the following steps:</p>
<p><span>Queue a task</span> on the <span>remote event task source</span> to run the following steps:</p>

<ol>
<li><p>If the <code data-x="dom-EventSource-readyState">readyState</code> attribute is set to
Expand All @@ -132688,7 +132688,7 @@ dictionary <dfn dictionary>EventSourceInit</dfn> {
<li><p>Wait until the aforementioned task has run, if it has not yet run.</p></li>

<li>
<p><span>Queue a task</span> to run the following steps:</p>
<p><span>Queue a task</span> on the <span>remote event task source</span> to run the following steps:</p>

<ol>
<li><p>If the <code>EventSource</code> object's <code
Expand Down Expand Up @@ -132723,7 +132723,7 @@ dictionary <dfn dictionary>EventSourceInit</dfn> {

<div algorithm>
<p>When a user agent is to <dfn>fail the connection</dfn>, the user agent must <span>queue a
task</span> which, if the <code data-x="dom-EventSource-readyState">readyState</code> attribute is
task</span> on the <span>remote event task source</span> which, if the <code data-x="dom-EventSource-readyState">readyState</code> attribute is
set to a value other than <code data-x="dom-EventSource-CLOSED">CLOSED</code>, sets the <code
data-x="dom-EventSource-readyState">readyState</code> attribute to <code
data-x="dom-EventSource-CLOSED">CLOSED</code> and <span data-x="concept-event-fire">fires an
Expand Down
Loading