Learn about the TransformStream interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility....transform stream passes through all chunks it receives as Uint8Array values...transform(chunk, controller) { chunk = await chunk; switch (typeof...