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/writable below:

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

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

このページはコミュニティーの尽力で英語から翻訳されました。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: writable プロパティ

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.

writable は TextDecoderStream インターフェイスの読み取り専用プロパティで、WritableStream を返します。

値

WritableStream です。

例

次の例は、WritableStream を TextDecoderStream オブジェクトから返す方法を示しています。

js

stream = new TextDecoderStream();
console.log(stream.writable); // WritableStream
仕様書 Specification Streams
# dom-generictransformstream-writable
ブラウザーの互換性 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