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/TransformStream/readable below:

TransformStream: readable property - Web APIs

TransformStream: readable property

Baseline Widely available

Note: This feature is available in Web Workers.

The readable read-only property of the TransformStream interface returns the ReadableStream instance controlled by this TransformStream.

Value

A ReadableStream.

Examples

The following example creates a new TransformStream as textEncoderStream, and prints the value of readable to the console.

const textEncoderStream = new TransformStream();
console.log(textEncoderStream.readable); // a ReadableStream
Specifications Browser compatibility

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