| 1962 | constructor(expectedLength: number | bigint, queuingStrategy?: IdentityTransformStreamQueuingStrategy); |
| 1963 | } |
| 1964 | declare class IdentityTransformStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> { |
| 1965 | constructor(queuingStrategy?: IdentityTransformStreamQueuingStrategy); |
| 1966 | } |
| 1967 | interface IdentityTransformStreamQueuingStrategy { |
nothing calls this directly
no outgoing calls
no test coverage detected