diff --git a/fetch.bs b/fetch.bs index c890a9a93..aad436d47 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1035,8 +1035,6 @@ algorithm processBodyChunk, an algorithm processEndOfBody, must be an algorithm accepting no arguments.
Assert: body's stream is non-null. -
If taskDestination is null, then set taskDestination to the result of starting a new parallel queue. @@ -1134,8 +1132,6 @@ null), run these steps. processBody must be an algorithm accepting a body body, run these steps:
Assert: body's stream is non-null. -
Let reader be the result of getting a reader for body's stream. If that threw an exception, then return a promise rejected with that exception.