We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79fe28 commit da826baCopy full SHA for da826ba
locale/en/blog/release/v16.5.0.md
@@ -18,7 +18,7 @@ Node.js now exposes an experimental implementation of the
18
While it is experimental, the API is not exposed on the global object and is only
19
accessible using the new `stream/web` core module:
20
21
-```mjs
+```js
22
import { ReadableStream, WritableStream } from 'stream/web';
23
// Or from 'node:stream/web'
24
```
0 commit comments