Re: [whatwg/streams] Use abort reason in ReadableStreamPipeTo (PR #1182)

@MattiasBuelens commented on this pull request.



> -    |stream|.[=WritableStream/[[controller]]=].[=WritableStreamDefaultController/[[signal]]=].
+    |stream|.[=WritableStream/[[controller]]=].[=WritableStreamDefaultController/[[signal]]=] with
+    |reason|.

That reminds me: we need tests! 😅

I suppose you can start by reverting web-platform-tests/wpt#31293 and replacing `ctrl.abortReason` with `ctrl.signal.reason`.

-- 
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/1182#discussion_r737255621

Received on Wednesday, 27 October 2021 08:59:20 UTC