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

Usage in Deno

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

Returns true if ignore BOM flag is set, and false otherwise.

Type

boolean