A RetroSearch Logo

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

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/TextDecoderStream/writable below:

TextDecoderStream: writable property - Web APIs

MDN Web Docs
  1. Web
  2. Web APIs
  3. TextDecoderStream
  4. writable

Filter sidebar

In this article
  1. Encoding API
  2. TextDecoderStream
  3. Constructor
    1. TextDecoderStream()
  4. Instance properties
    1. encoding
    2. fatal
    3. ignoreBOM
    4. readable
    5. writable
  5. Related pages for Encoding API
    1. TextDecoder
    2. TextEncoder
    3. TextEncoderStream
  6. Guides
    1. Encoding API Encodings
In this article TextDecoderStream: writable property

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.

Note: This feature is available in Web Workers.

The writable read-only property of the TextDecoderStream interface returns a WritableStream.

Value

A WritableStream.

Examples

Returning a WritableStream from a TextDecoderStream.

js

stream = new TextDecoderStream();
console.log(stream.writable); // A WritableStream
Specifications Specification Streams
# dom-generictransformstream-writable
Browser compatibility Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on Sep 25, 2024 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