Re: [whatwg/streams] Add WritableStreamDefaultController.releaseBackpressure() (PR #1190)

@MattiasBuelens commented on this pull request.



> @@ -1150,8 +1150,8 @@ interface ReadableStreamDefaultReader {
 ReadableStreamDefaultReader includes ReadableStreamGenericReader;
 
 dictionary ReadableStreamDefaultReadResult {
- any value;
- boolean done;
+  any value;

Dangit, I probably should have moved https://github.com/whatwg/streams/pull/1190/commits/4fd1b3badcd36bb45b78b7f226a8828002973da0 out to that PR too. 🤦‍♂️

-- 
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/pull/1190#discussion_r760596031

Received on Wednesday, 1 December 2021 21:48:27 UTC