Skip to main content
TextDecoderStream.fatal - stream/web - Node documentation
property TextDecoderStream.fatal

Usage in Deno

import { type TextDecoderStream } from "node:stream/web";

Returns true if error mode is "fatal", and false otherwise.

Type

boolean