Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locale/en/blog/release/v16.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Node.js now exposes an experimental implementation of the
While it is experimental, the API is not exposed on the global object and is only
accessible using the new `stream/web` core module:

```mjs
```js
import { ReadableStream, WritableStream } from 'stream/web';
// Or from 'node:stream/web'
```
Expand Down