We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9e27e commit 5f1f9f5Copy full SHA for 5f1f9f5
index.bs
@@ -330,7 +330,7 @@ A {{Blob}} |blob| has an associated <dfn export for=Blob>get stream</dfn> algori
330
which runs these steps:
331
332
1. Let |stream| be a [=new=] {{ReadableStream}} created in |blob|'s [=relevant Realm=].
333
-1. [=ReadableStream/Set up=] |stream|.
+1. [=ReadableStream/set up with byte reading support|Set up=] |stream| with byte reading support.
334
1. Run the following steps [=in parallel=]:
335
1. While not all bytes of |blob| have been read:
336
1. Let |bytes| be the [=byte sequence=] that results from reading a [=chunk=] from |blob|, or
0 commit comments