Re: [whatwg/streams] Add support for ReadableStream "owning" type (PR #1271)

@youennf commented on this pull request.



> @@ -37,9 +39,23 @@ exports.PeekQueueValue = container => {
   return pair.value;
 };
 
+const closingStepsSymbol = Symbol('closing-steps');

It might be better to rename closing-steps to dispose-steps, I'll do this.

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

Message ID: <whatwg/streams/pull/1271/review/1394147409@github.com>

Received on Thursday, 20 April 2023 14:31:53 UTC