property TextDecoderStream.ignoreBOM Usage in Deno```typescript import { type TextDecoderStream } from "node:node__stream--web.d.ts"; ``` Returns `true` if ignore BOM flag is set, and `false` otherwise. Type boolean