TextDecoderStream: readable property
Note: This feature is available in Web Workers.
The readable
read-only property of the TextDecoderStream
interface returns a ReadableStream
.
Value
Examples
This example shows how to return a ReadableStream
from a TextDecoderStream
.
js
stream = new TextDecoderStream();
console.log(stream.readable); //a ReadableStream
Specifications
Specification |
---|
Streams # dom-generictransformstream-readable |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | server | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
readable |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.