Re: [whatwg/streams] Add support for asynchronous TransformStreams (Issue #1242)

> Right now, it appears that in the case of a TransformStream, all work must be completed on return from the transform() function, meaning that TransformStreams can only be used with synchronous tasks.

Nope, this is not the case! Just return a promise from the transform() function.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1242#issuecomment-1243058383
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1242/1243058383@github.com>

Received on Sunday, 11 September 2022 22:45:58 UTC