Files
node/lib/internal
Daeyeon Jeong 631bdb4f3e perf_hooks: align toStringTag with other Web Performance implementations
This gets `Symbol.toStringTag` on Web Performance APIs to be aligned
with the other runtime implementations.

Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/45157
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Feng Yu <F3n67u@outlook.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2022-10-27 23:34:39 +00:00
..
2022-09-05 12:25:09 +03:00
2022-08-16 21:34:56 +00:00
2022-09-05 12:25:09 +03:00
2022-10-25 17:02:36 +00:00
2022-09-07 09:33:10 +00:00
2022-08-05 14:25:06 +00:00
2022-10-19 04:26:16 +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.