MCPcopy Create free account
hub / github.com/fmhy/edit /

Class

api/worker-configuration.d.ts:3158–3158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3156 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy)
3157 */
3158declare 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected