MCPcopy Create free account
hub / github.com/idosal/git-mcp / ByteLengthQueuingStrategy

Class ByteLengthQueuingStrategy

worker-configuration.d.ts:1969–1975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1967 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy)
1968 */
1969declare 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;
1973 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy/size) */
1974 get size(): (chunk?: any) => number;
1975}
1976/**
1977 * This Streams API interface provides a built-in byte length queuing strategy that can be used when constructing streams.
1978 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected