Files
node/lib/internal
James M Snell ef91096565 events: support dispatching event from event
Co-authored-by: Benjamin Gruenbaum <benjamingr@gmail.com>

PR-URL: https://github.com/nodejs/node/pull/34015
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2020-06-23 17:08:12 -07:00
..
2020-06-22 10:58:20 -07:00
2020-05-30 17:24:43 -04:00
2020-05-27 10:24:05 +02:00
2020-06-21 17:21:12 +02:00
2020-06-22 14:29:49 -07:00
2020-06-06 11:11:02 +02: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.