File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -100096,10 +100096,16 @@ dictionary <dfn dictionary>EventSourceInit</dfn> {
100096
100096
<span data-x="concept-settings-object-global">global object</span>, and
100097
100097
"<code data-x="">other</code>".</p></li>
100098
100098
100099
+ <li><p>Let <var>processEventSourceEndOfBody</var> given
100100
+ <span data-x="concept-response">response</span> <var>res</var> be the following step:
100101
+ If <var>res</var> is not a <span>network error</span>, then
100102
+ <var>finalizeEventSourceFetch</var> with <var>res</var>, and
100103
+ <span>reestablish the connection</span>.
100104
+
100099
100105
<li>
100100
100106
<p><span data-x="concept-fetch">Fetch</span> <var>request</var> with
100101
100107
<i data-x="processResponseEndOfBody">processResponseEndOfBody</i> set to
100102
- <var>finalizeEventSourceFetch </var> and <i data-x="process response">processResponse</i> set
100108
+ <var>processEventSourceEndOfBody </var> and <i data-x="process response">processResponse</i> set
100103
100109
to the following steps given <span data-x="concept-response">response</span> <var>res</var>:</p>
100104
100110
100105
100111
<ol>
You can’t perform that action at this time.
0 commit comments