- From: youennf <notifications@github.com>
- Date: Tue, 09 May 2023 23:41:31 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 May 2023 06:41:37 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 : []; I think you are right, will update this. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1271#discussion_r1189423348 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1271/review/1419877384@github.com>
Received on Wednesday, 10 May 2023 06:41:37 UTC