A RetroSearch Logo

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

Search Query:

Showing content from https://developer.mozilla.org/ja/docs/Web/API/TextEncoderStream/readable below:

TextEncoderStream: readable プãƒãƒ‘ティ - Web API

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

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

Filter sidebar

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

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.

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

値

ReadableStream です。

例

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

js

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