diff --git a/fetch.bs b/fetch.bs index aad436d47..9a86075bc 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1031,8 +1031,8 @@ algorithm processBodyChunk, an algorithm processEndOfBody, processBodyError, and an optional null, parallel queue, or global object taskDestination (default null), run these steps. processBodyChunk must be an algorithm accepting a byte sequence. -processBodyError must be an algorithm accepting an exception. processEndOfBody -must be an algorithm accepting no arguments. +processEndOfBody must be an algorithm accepting no arguments. processBodyError +must be an algorithm accepting an exception.
If taskDestination is null, then set taskDestination to the result of @@ -1044,7 +1044,7 @@ must be an algorithm accepting no arguments.
This operation ought not to throw an exception. -
Perform the incrementally-read loop given body, reader, +
Perform the incrementally-read loop given reader, taskDestination, processBodyChunk, processEndOfBody, and processBodyError.
Run processBodyChunk given bytes.
Perform the incrementally-read loop given reader, - taskDestination, processBodyChunk, processBodyError, and - processEndOfBody. + taskDestination, processBodyChunk, processEndOfBody, and + processBodyError.