TextDecoder.ignoreBOM
The ignoreBOM
read-only property of the TextDecoder
interface is a Boolean
indicating whether the byte order mark is ignored.
Value
true
if the byte order mark is ignored; false
otherwise.
The ignoreBOM
read-only property of the TextDecoder
interface is a Boolean
indicating whether the byte order mark is ignored.
true
if the byte order mark is ignored; false
otherwise.