[whatwg/streams] SetUpReadableByteStreamController initializes [[pendingPullIntos]] twice (#975)

Step 5 is:

> 0. Perform ! ReadableByteStreamControllerClearPendingPullIntos(controller).

which sets controller.[[pendingPullIntos]] to an empty list; and then step 12 is:

> 0. Set controller.[[pendingPullIntos]] to a new empty List.


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

Received on Wednesday, 12 December 2018 23:51:18 UTC