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
.
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