Baseline Widely available
Note: This feature is available in Web Workers.
The ignoreBOM
read-only property of the TextDecoderStream
interface is a Boolean
indicating whether the byte order mark will be included in the output or skipped over.
true
if the byte order mark will be included in the decoded text; false
if it will be skipped over when decoding and omitted.
stream = new TextDecoderStream();
console.log(stream.ignoreBOM); // returns false
Specifications Browser compatibility
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4