@@ -7139,8 +7139,9 @@ steps:
7139
7139
<p> Run <var> action</var> .
7140
7140
7141
7141
<p> Whenever one or more bytes are available and <var> stream</var> is not
7142
- <a for=ReadableStream>errored</a> , <a for=ReadableStream>enqueue</a> a {{Uint8Array}} wrapping
7143
- an {{ArrayBuffer}} containing the available bytes into <var> stream</var> .
7142
+ <a for=ReadableStream>errored</a> , <a for=ReadableStream>enqueue</a> the result of
7143
+ [=ArrayBufferView/create|creating=] a {{Uint8Array}} from the available bytes into
7144
+ <var> stream</var> .
7144
7145
7145
7146
<p> When running <var> action</var> is done, <a for=ReadableStream>close</a> <var> stream</var> .
7146
7147
</ol>
@@ -7274,8 +7275,8 @@ algorithm, given an object that includes {{Body}} <var>object</var> and an algor
7274
7275
<div algorithm>
7275
7276
<p> The <dfn method for=Body><code>arrayBuffer()</code></dfn> method steps are to return the result
7276
7277
of running <a for=Body>consume body</a> with <a>this</a> and the following step given a
7277
- <a for=/>byte sequence</a> <var> bytes</var> : return a new {{ ArrayBuffer}} whose contents are
7278
- <var> bytes</var> .
7278
+ <a for=/>byte sequence</a> <var> bytes</var> : return the result of [= ArrayBuffer/creating=] an
7279
+ {{ArrayBuffer}} from <var> bytes</var> in <a>this</a> 's <a>relevant realm</a > .
7279
7280
7280
7281
<p class="note"> The above method can reject with a {{RangeError}} .
7281
7282
</div>
@@ -7291,7 +7292,7 @@ and whose {{Blob/type}} attribute is the result of <a for=Body>get the MIME type
7291
7292
7292
7293
<div algorithm>
7293
7294
<p> The <dfn method for=Body><code>formData()</code></dfn> method steps are to return the result of
7294
- running <a for=Body>consume body</a> with <a>this</a> and the following step given a
7295
+ running <a for=Body>consume body</a> with <a>this</a> and the following steps given a
7295
7296
<a for=/>byte sequence</a> <var> bytes</var> :
7296
7297
7297
7298
<ol>
0 commit comments