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

Class

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

Source from the content-addressed store, hash-verified

1985}
1986/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoderStream) */
1987declare class TextDecoderStream extends TransformStream<ArrayBuffer | ArrayBufferView, string> {
1988 constructor(label?: string, options?: TextDecoderStreamTextDecoderStreamInit);
1989 get encoding(): string;
1990 get fatal(): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected