A RetroSearch Logo

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

Search Query:

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

TextDecoderStream: ignoreBOM プãƒãƒ‘ティ - Web API

MDN Web Docs
  1. 開発者向けのウェブ技術
  2. Web API
  3. TextDecoderStream
  4. TextDecoderStream: ignoreBOM プロパティ

このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。

Filter sidebar

この記事では
  1. エンコーディング API
  2. TextDecoderStream
  3. コンストラクター
    1. TextDecoderStream()
  4. インスタンスプロパティ
    1. encoding
    2. fatal
    3. ignoreBOM
    4. readable
    5. writable
  5. Encoding API に関連するページ
    1. TextDecoder
    2. TextEncoder
    3. TextEncoderStream
  6. ガイド
    1. エンコーディング API のエンコーディング
この記事では TextDecoderStream: ignoreBOM プロパティ

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022.

ignoreBOM は TextDecoderStream インターフェイスの読み取り専用プロパティで、バイトオーダーマーク (BOM) が無視されるかどうかを示す論理値を返します。

値

論理値で、初期値は false です。

例

js

stream = new TextDecoderStream();
console.log(stream.ignoreBOM); // false を返す
仕様書 Specification Encoding
# textdecoder-ignore-bom-flag
ブラウザーの互換性 Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on 2023年5月10日 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

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