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

Class

worker-configuration.d.ts:1969–1969  ·  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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected