github nodejs/node v16.5.0
2021-07-14, Version 16.5.0 (Current), @targos

latest releases: v22.9.0, v22.8.0, v22.7.0...
3 years ago

Notable Changes

Experimental Web Streams API

Node.js now exposes an experimental implementation of the
Web Streams API.

While it is experimental, the API is not exposed on the global object and is only
accessible using the new stream/web core module:

import { ReadableStream, WritableStream } from 'stream/web';
// Or from 'node:stream/web'

Importing the module will emit a single experimental warning per process.

The raw API is implemented and we are now working on its integration with
various existing core APIs.

Contributed by James M Snell - #39062

Other notable changes

Commits

Don't miss a new node release

NewReleases is sending notifications on new releases.