W3cubDocs

/Deno

TextDecodeOptions

interface TextDecodeOptions {
stream?: boolean;
}

Properties

stream?: boolean