- From: Luca Casonato <notifications@github.com>
- Date: Sat, 10 Jun 2023 13:36:14 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 10 June 2023 20:36:21 UTC
@lucacasonato commented on this pull request. > any readableType; any writableType; }; callback TransformerStartCallback = any (TransformStreamDefaultController controller); callback TransformerFlushCallback = Promise<undefined> (TransformStreamDefaultController controller); callback TransformerTransformCallback = Promise<undefined> (any chunk, TransformStreamDefaultController controller); +callback TransformerCancelCallback = Promise<undefined> (any reason, TransformStreamDefaultController controller); Done -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/1283#discussion_r1225573977 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/pull/1283/review/1473497525@github.com>
Received on Saturday, 10 June 2023 20:36:21 UTC