- From: youennf <notifications@github.com>
- Date: Thu, 20 Apr 2023 07:31:47 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 20 April 2023 14:31:53 UTC
@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