TransformStream
ReadableStream
から新しい
ReadableStream
を作る変換用stream
deno_std/streams
の
toTransformStream
を使うと、
Async Generator
から
TransformStream
を作れて便利
https://deno.land/std@0.224.0/streams/mod.ts?s=toTransformStream
#2024-07-08
21:51:09