Affected URL(s)
https://nodejs.org/docs/latest/api/stream.html
Description of the problem
Specifically this bit:
| Furthermore, the `callback` should not be mixed with async/await |
| once it is executed when a promise is resolved. |
Since the undocumented support for "thenables" was removed starting with v18.0.0, this bit in the streams documentation is outdated and should be removed.
Affected URL(s)
https://nodejs.org/docs/latest/api/stream.html
Description of the problem
Specifically this bit:
node/doc/api/stream.md
Lines 3849 to 3850 in b6fe731
Since the undocumented support for "thenables" was removed starting with v18.0.0, this bit in the streams documentation is outdated and should be removed.