Skip to content

Commit 5f1f9f5

Browse files
authored
Return a byte stream from "get stream" algorithm (#188)
1 parent 5b9e27e commit 5f1f9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ A {{Blob}} |blob| has an associated <dfn export for=Blob>get stream</dfn> algori
330330
which runs these steps:
331331

332332
1. Let |stream| be a [=new=] {{ReadableStream}} created in |blob|'s [=relevant Realm=].
333-
1. [=ReadableStream/Set up=] |stream|.
333+
1. [=ReadableStream/set up with byte reading support|Set up=] |stream| with byte reading support.
334334
1. Run the following steps [=in parallel=]:
335335
1. While not all bytes of |blob| have been read:
336336
1. Let |bytes| be the [=byte sequence=] that results from reading a [=chunk=] from |blob|, or

0 commit comments

Comments
 (0)