Re: [whatwg/streams] Editorial: Add a non-promise version of "fully reading" a stream (PR #1250)

@noamr commented on this pull request.



>  
   1. Let |readRequest| be a new [=read request=] with the following [=struct/items=]:
    : [=read request/chunk steps=], given |chunk|
    ::
-    1. If |chunk| is not a {{Uint8Array}} object, [=reject=] |promise| with a {{TypeError}} and
+    1. If |chunk| is not a {{Uint8Array}} object, call |failure steps| with a {{TypeError}} and
        abort these steps.
     1. Append the bytes represented by |chunk| to |bytes|.

Done

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1250#discussion_r1046698324
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/pull/1250/review/1214769635@github.com>

Received on Tuesday, 13 December 2022 06:17:01 UTC