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

Class

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

Source from the content-addressed store, hash-verified

783 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob)
784 */
785declare class Blob {
786 constructor(type?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[], options?: BlobOptions);
787 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size) */
788 get size(): number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected