Files
node/lib/internal
Chengzhong Wu 7cdf745fdd perf_hooks: convert maxSize to IDL value in setResourceTimingBufferSize
ECMAScript values of WebIDL interface parameters should be converted to
IDL representatives before the actual implementation, as defined in step
11.5 of the WebIDL Overload resolution algorithm.

Refs: https://webidl.spec.whatwg.org/#dfn-create-operation-function
Refs: https://webidl.spec.whatwg.org/#es-overloads
PR-URL: https://github.com/nodejs/node/pull/44902
Reviewed-By: James M Snell <jasnell@gmail.com>
2022-10-13 17:25:33 +00:00
..
2022-09-05 12:25:09 +03:00
2022-10-10 15:38:55 +00:00
2022-10-06 17:03:47 +00:00
2022-08-16 21:34:56 +00:00
2022-09-05 12:25:09 +03:00
2022-09-07 09:33:10 +00:00
2022-08-05 14:25:06 +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.