MCPcopy Create free account
hub / github.com/acoyfellow/UserDO /

Class

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

Source from the content-addressed store, hash-verified

1947}
1948/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoderStream) */
1949declare class TextDecoderStream extends TransformStream<ArrayBuffer | ArrayBufferView, string> {
1950 constructor(label?: string, options?: TextDecoderStreamTextDecoderStreamInit);
1951 get encoding(): string;
1952 get fatal(): boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected