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

Usage in Deno

import { TextDecoder } from "node:util";

The value will be true if the decoding result will include the byte order mark.

Type

boolean