Lines Matching refs:transform
57 async transform(chunk, controller) {
67 const transform = new Transform();
68 const stream = new TransformStream(transform);
69 assert(transform.started);
86 assert(transform.flushed);
171 const transform = new TransformStream({
177 assert.match(inspect(transform), /TransformStream/);
178 assert.match(inspect(transform, { depth: null }), /TransformStream/);
179 assert.match(inspect(transform, { depth: 0 }), /TransformStream \[/);
198 transform(chunk, controller) {