APIActive

Node.js Web Streams API

Node.js implementation of the WHATWG Web Streams standard for readable, writable, and transform streams.

Open source page

Product features

Product features

Index #

Node.js v26.7.0 documentation

ReadableStream

A stream from which data can be read, with readers, controllers, and piping methods.

TextEncoderStream

Transforms a stream of strings into bytes using UTF-8 encoding.

TransformStream

A duplex stream that transforms data as it passes through.

WritableStream

A stream to which data can be written, with a default writer and controller.