Files
node/lib/internal
Darshan Sen 0d9f3bd9e8 process: add getActiveResourcesInfo()
This is supposed to be a public alternative of the private APIs,
`process._getActiveResources()` and `process._getActiveHandles()`. When
called, it returns an array of strings containing the types of the
active resources that are currently keeping the event loop alive.

Signed-off-by: Darshan Sen <darshan.sen@postman.com>

PR-URL: https://github.com/nodejs/node/pull/40813
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2021-12-14 14:09:08 +00:00
..
2021-10-09 17:22:56 +00:00
2021-09-18 16:13:56 +02:00
2021-12-12 03:51:00 +00:00
2021-07-11 18:40:18 +02:00
2021-12-12 03:51:00 +00:00
2021-08-12 13:51:56 -07:00
2021-08-12 13:51:08 -07:00
2021-08-01 14:24:26 +00:00
2021-10-16 10:03:50 +08:00
2021-04-08 10:33:09 +02: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.