Skip to content

Commit

Permalink
Missing algo
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Nov 9, 2021
1 parent b34cb25 commit 8a555fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3738,14 +3738,16 @@ optional algorithm
an optional algorithm <dfn export for=fetch id=process-response><var>processResponse</var></dfn>,
an optional algorithm
<dfn export for=fetch id=process-response-end-of-body oldids=process-response-end-of-file><var>processResponseEndOfBody</var></dfn>,
an optional algorithm <dfn export for=fetch><var>processResponseDone</var></dfn>, and an optional
an optional algorithm <dfn export for=fetch><var>processResponseDone</var></dfn>, an optional
algorithm <dfn export for=fetch><var>processFetchStart</var></dfn>, and an optional
boolean <dfn export for=fetch><var>useParallelQueue</var></dfn> (default false), run the steps
below. If given, <var>processRequestBodyChunkLength</var> must be an algorithm accepting an integer
representing the number of bytes transmitted. If given, <var>processRequestEndOfBody</var> must be
an algorithm accepting no arguments. If given, <var>processResponse</var> must be an algorithm
accepting a <a for=/>response</a>. If given, <var>processResponseEndOfBody</var> must be an
algorithm accepting a <a for=/>response</a> and null, failure, or a <a for=/>byte sequence</a>. If
given, <var>processResponseDone</var> must be an algorithm accepting a <a for=/>response</a>.
given, <var>processResponseDone</var> must be an algorithm accepting a <a for=/>response</a>. If
given, <var>processFetchStart</var> must be an algorithm accepting a <a for=/>fetch controller</a>.

<p>The user agent may be asked to
<dfn export for=fetch id=concept-fetch-suspend>suspend</dfn> the ongoing fetch.
Expand Down

0 comments on commit 8a555fe

Please sign in to comment.