Skip to content

Commit

Permalink
Commit suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Feb 16, 2022
1 parent 36d9d18 commit 51d1ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#ok-status">ok status</dfn></li>
<li><dfn data-x="navigation-request" data-x-href="https://fetch.spec.whatwg.org/#navigation-request">navigation request</dfn></li>
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#concept-network-error">network error</dfn></li>
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#concept-abort-network-error">aborted network error</dfn></li>
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#concept-aborted-network-error">aborted network error</dfn></li>
<li>`<dfn data-x="http-origin" data-x-href="https://fetch.spec.whatwg.org/#http-origin"><code>Origin</code></dfn>` header</li>
<li>`<dfn data-x-href="https://fetch.spec.whatwg.org/#http-cross-origin-resource-policy"><code>Cross-Origin-Resource-Policy</code></dfn>` header</li>
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#process-response">process response</dfn></li>
Expand Down Expand Up @@ -100066,7 +100066,7 @@ dictionary <dfn dictionary>EventSourceInit</dfn> {
<var>request</var>.</p></li>

<li><p>Let <var>finalizeEventSourceFetch</var> given
<span data-x="concept-response">response</span> <var>res</var>be to
<span data-x="concept-response">response</span> <var>res</var> be to
<span>finalize and report timing</span> with <var>res</var>, <var>settings</var>'s
<span data-x="concept-settings-object-global">global object</span>, and
"<code data-x="">other</code>".</p></li>
Expand Down

0 comments on commit 51d1ded

Please sign in to comment.