TextDecoderStream: ignoreBOM プロパティ
ignoreBOM
は TextDecoderStream
インターフェイスの読み取り専用プロパティで、バイトオーダーマーク (BOM) が無視されるかどうかを示す論理値を返します。
値
論理値で、初期値は false
です。
例
js
stream = new TextDecoderStream();
console.log(stream.ignoreBOM); // false を返す
仕様書
Specification |
---|
Encoding Standard # textdecoder-ignore-bom-flag |
ブラウザーの互換性
BCD tables only load in the browser