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 885c644 commit e4de3f0Copy full SHA for e4de3f0
1 file changed
doc/api/stream.md
@@ -2502,6 +2502,9 @@ and async iterators are provided below.
2502
})();
2503
```
2504
2505
+Async iterators register a permanent error handler on the stream to prevent any
2506
+unhandled post-destroy errors.
2507
+
2508
#### Creating Readable Streams with Async Generators
2509
2510
We can construct a Node.js Readable Stream from an asynchronous generator
0 commit comments