| 2000 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy) |
| 2001 | */ |
| 2002 | declare class ByteLengthQueuingStrategy implements QueuingStrategy<ArrayBufferView> { |
| 2003 | constructor(init: QueuingStrategyInit); |
| 2004 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy/highWaterMark) */ |
| 2005 | get highWaterMark(): number; |
nothing calls this directly
no outgoing calls
no test coverage detected