Files
node/lib/internal
Robert Nagy 3de5eae6db stream: invoke callback before emitting error always
Ensure the callback is always invoked before emitting
the error in both sync and async case.

PR-URL: https://github.com/nodejs/node/pull/29293
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-09-27 15:45:17 -07:00
..
2019-09-22 16:23:02 -07:00
2019-09-18 16:09:20 -05:00
2019-06-27 11:57:19 +02:00
2019-04-11 05:40:59 +02:00
2019-08-19 12:56:08 -07:00
2019-09-15 21:54:58 -07:00
2019-08-25 16:10:07 -07:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.