| 1929 | constructor(expectedLength: number | bigint, queuingStrategy?: IdentityTransformStreamQueuingStrategy); |
| 1930 | } |
| 1931 | declare class IdentityTransformStream extends TransformStream<ArrayBuffer | ArrayBufferView, Uint8Array> { |
| 1932 | constructor(queuingStrategy?: IdentityTransformStreamQueuingStrategy); |
| 1933 | } |
| 1934 | interface IdentityTransformStreamQueuingStrategy { |
nothing calls this directly
no outgoing calls
no test coverage detected