Skip to content

Commit

Permalink
Editorial: fix broken markup
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Jul 22, 2023
1 parent 0291bf1 commit 9952a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -8878,7 +8878,7 @@ particular at what stage you would like to receive a callback:
continues from there.

<p>To process a <a for=/>response</a> chunk-by-chunk, pass an algorithm to the
<a for=fetch><i>processResponse</i></a> argument of <a for/>fetch</a>. The given
<a for=fetch><i>processResponse</i></a> argument of <a for=/>fetch</a>. The given
algorithm is passed a <a for=/>response</a> when the response's headers have been
received and is responsible for reading the <a for=/>response</a>'s
<a for=response>body</a>'s <a for=body>stream</a> in order to download the rest
Expand Down

0 comments on commit 9952a11

Please sign in to comment.