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

Class

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

Source from the content-addressed store, hash-verified

1979 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CountQueuingStrategy)
1980 */
1981declare class CountQueuingStrategy implements QueuingStrategy {
1982 constructor(init: QueuingStrategyInit);
1983 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CountQueuingStrategy/highWaterMark) */
1984 get highWaterMark(): number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected