@@ -34548,7 +34548,7 @@ interface <dfn interface>MediaError</dfn> {
34548
34548
<span>media element</span>'s <span>node document</span>'s <span>relevant settings
34549
34549
object</span>.</p>
34550
34550
34551
- <!--FETCH--><p><span data-x="concept-fetch">Fetch</span> <var>request</var>. </p>
34551
+ <!--FETCH--><p><span data-x="concept-fetch">Fetch</span> <var>request</var>.</p>
34552
34552
34553
34553
<p>The <var>response</var>'s <span>unsafe response</span> obtained in this fashion, if any,
34554
34554
contains the <span>media data</span>. It can be <span>CORS-same-origin</span> or
@@ -100100,7 +100100,7 @@ dictionary <dfn dictionary>EventSourceInit</dfn> {
100100
100100
<span data-x="concept-response">response</span> <var>res</var> be the following step:
100101
100101
If <var>res</var> is not a <span>network error</span>, then
100102
100102
<var>finalizeEventSourceFetch</var> with <var>res</var>, and
100103
- <span>reestablish the connection</span>.
100103
+ <span>reestablish the connection</span>.</p></li>
100104
100104
100105
100105
<li>
100106
100106
<p><span data-x="concept-fetch">Fetch</span> <var>request</var> with
@@ -100113,21 +100113,13 @@ dictionary <dfn dictionary>EventSourceInit</dfn> {
100113
100113
<span>fail the connection</span>.</p></li>
100114
100114
100115
100115
<li><p>Otherwise, if <var>res</var> is a <span>network error</span>, then
100116
+ call <var>finalizeEventSourceFetch</var> given <var>res</var>, and
100116
100117
<span>reestablish the connection</span>, unless the user agent knows that to be futile, in
100117
100118
which case the user agent may <span>fail the connection</span>.</p></li>
100118
100119
100119
100120
<li><p>Otherwise, if <var>res</var>'s <span data-x="concept-response-status">status</span> is
100120
100121
not 200, or if <var>res</var>'s `<code>Content-Type</code>` is not
100121
100122
`<code>text/event-stream</code>`, then <span>fail the connection</span>.</p>
100122
- <!-- including: HTTP 201 Created, 202 Accepted, 203 Non-Authoritative Information, 204 No
100123
- Content, 205 Reset Content, 206 Partial Content, 300 Multiple Choices, 304 Not Modified,
100124
- 400 Bad Request, 403 Forbidden, 404 Not Found, 405 Method Not Allowed, 406 Not Acceptable, 408
100125
- Request Timeout, 409 Conflict, 410 Gone, 411 Length Required, 412 Precondition Failed, 413
100126
- Request Entity Too Large, 414 Request-URI Too Long, 415 Unsupported Media Type, 416 Requested
100127
- Range Not Satisfiable, 417 Expectation Failed, HTTP 500 Internal Server Error, 501 Not
100128
- Implemented, 502 Bad Gateway, 503 Service Unavailable, and 504 Gateway Timeout responses, and
100129
- 505 HTTP Version Not Supported responses --> <!-- mailto: is defined as equivalent to HTTP
100130
- 204 --><!-- about:blank is defined as having no MIME type -->
100131
100123
100132
100124
<li><p>Otherwise, <span>announce the connection</span> and
100133
100125
<a href="#event-stream-interpretation">interpret</a> <var>res</var>'s
0 commit comments