A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/TextDecoderStream/ignoreBOM below:

TextDecoderStream: ignoreBOM property - Web APIs

TextDecoderStream: ignoreBOM property

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.

Value

true if the byte order mark will be included in the decoded text; false if it will be skipped over when decoding and omitted.

Examples
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