Files
node/lib/internal
MrBBot b381bed10c events: allow dispatch many times without listener
Fast path for EventTarget dispatch with no listeners didn't reset
kIsBeingDispatched flag, meaning same event couldn't be dispatched
multiple times.

PR-URL: https://github.com/nodejs/node/pull/39772
Refs: https://github.com/nodejs/node/pull/39395
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2021-09-26 21:09:06 +02:00
..
2021-09-18 16:13:56 +02:00
2021-09-25 07:57:31 -07:00
2021-09-11 18:08:35 -07:00
2021-09-16 23:16:46 +02:00
2021-09-18 16:05:59 +02:00
2021-07-11 18:40:18 +02:00
2021-06-12 18:55:14 +02:00
2021-08-06 07:45:38 +02:00
2021-08-12 13:51:56 -07:00
2021-08-12 13:51:08 -07:00
2021-08-26 13:14:02 -07:00
2021-08-01 14:24:26 +00:00
2021-04-08 10:33:09 +02:00
2021-08-12 15:49:53 -07:00
2021-09-26 11:46:14 +00: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.