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

@youennf commented on this pull request.



> @@ -1169,6 +1177,8 @@ function SetUpReadableStreamDefaultController(
   controller._pullAlgorithm = pullAlgorithm;
   controller._cancelAlgorithm = cancelAlgorithm;
 
+  controller.isOwning = isOwning;

OK, will change

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

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

Received on Friday, 14 April 2023 12:43:33 UTC