MCPcopy Create free account
hub / github.com/fmhy/edit /

Class

api/worker-configuration.d.ts:3140–3140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3138 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextDecoderStream)
3139 */
3140declare class TextDecoderStream extends TransformStream<
3141 ArrayBuffer | ArrayBufferView,
3142 string
3143> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected