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

@MattiasBuelens commented on this pull request.



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

Let's hope the [explicit resource management proposal](https://github.com/tc39/proposal-explicit-resource-management) advances quickly, so we can integrate with something like `Symbol.dispose` instead. 😁

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

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

Received on Thursday, 20 April 2023 12:39:36 UTC