| 3084 | get writable(): WritableStream<I> |
| 3085 | } |
| 3086 | declare class FixedLengthStream extends IdentityTransformStream { |
| 3087 | constructor( |
| 3088 | expectedLength: number | bigint, |
| 3089 | queuingStrategy?: IdentityTransformStreamQueuingStrategy |
nothing calls this directly
no outgoing calls
no test coverage detected