Skip to main content
TextDecoder.prototype.fatal - util - Node documentation
property TextDecoder.prototype.fatal

Usage in Deno

import { TextDecoder } from "node:util";

The value will be true if decoding errors result in a TypeError being thrown.

Type

boolean