- From: youennf <notifications@github.com>
- Date: Wed, 10 May 2023 01:10:12 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 May 2023 08:10:17 UTC
@youennf commented on this pull request.
> @@ -17,12 +17,16 @@ exports.implementation = class ReadableStreamDefaultControllerImpl {
aos.ReadableStreamDefaultControllerClose(this);
}
- enqueue(chunk) {
+ enqueue(chunk, options) {
+ const transferList = options ? options.transfer : [];
Yes, will do today
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/1271#discussion_r1189516751
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/streams/pull/1271/review/1420019537@github.com>
Received on Wednesday, 10 May 2023 08:10:17 UTC