| 1967 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy) |
| 1968 | */ |
| 1969 | declare class ByteLengthQueuingStrategy implements QueuingStrategy<ArrayBufferView> { |
| 1970 | constructor(init: QueuingStrategyInit); |
| 1971 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy/highWaterMark) */ |
| 1972 | get highWaterMark(): number; |
nothing calls this directly
no outgoing calls
no test coverage detected