| 3156 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy) |
| 3157 | */ |
| 3158 | declare class ByteLengthQueuingStrategy implements QueuingStrategy<ArrayBufferView> { |
| 3159 | constructor(init: QueuingStrategyInit) |
| 3160 | /** |
| 3161 | * The read-only **`ByteLengthQueuingStrategy.highWaterMark`** property returns the total number of bytes that can be contained in the internal queue before backpressure is applied. |
nothing calls this directly
no outgoing calls
no test coverage detected