Skip to content

Commit

Permalink
remove soon bogus asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Feb 19, 2021
1 parent 0f4f3a5 commit 7993776
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1035,8 +1035,6 @@ algorithm <var>processBodyChunk</var>, an algorithm <var>processEndOfBody</var>,
must be an algorithm accepting no arguments.

<ol>
<li><p>Assert: <var>body</var>'s <a for=body>stream</a> is non-null.

<li><p>If <var>taskDestination</var> is null, then set <var>taskDestination</var> to the result of
<a>starting a new parallel queue</a>.

Expand Down Expand Up @@ -1134,8 +1132,6 @@ null), run these steps. <var>processBody</var> must be an algorithm accepting a
<a for=/>body</a> <var>body</var>, run these steps:

<ol>
<li><p>Assert: <var>body</var>'s <a for=body>stream</a> is non-null.

<li><p>Let <var>reader</var> be the result of <a for=ReadableStream>getting a reader</a> for
<var>body</var>'s <a for=body>stream</a>. If that threw an exception, then return
<a>a promise rejected with</a> that exception.
Expand Down

0 comments on commit 7993776

Please sign in to comment.