pub fn create_transform_stream<'js>(
ctx: &Ctx<'js>,
transformer: Object<'js>,
) -> Result<Object<'js>>Expand description
Creates a transform stream using LLRT’s built-in Web Streams implementation.
This does not consult the global TransformStream binding.