deno / latest / ~ / textdecodeoptions.html

TextDecodeOptions

interface TextDecodeOptions {
    
stream?: boolean;
}

Properties

stream?: boolean