MCPcopy Create free account
hub / github.com/fontsource/fontsource /

Class

website/worker-configuration.d.ts:2002–2002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2000 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy)
2001 */
2002declare class ByteLengthQueuingStrategy implements QueuingStrategy<ArrayBufferView> {
2003 constructor(init: QueuingStrategyInit);
2004 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy/highWaterMark) */
2005 get highWaterMark(): number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected