Files
node/lib/internal
Chengzhong Wu 511e289ea8 bootstrap: consolidate global properties definition
`globalThis.process` and `globalThis.Buffer` has been re-defined with
a getter/setter pair.

`atob` and `bota` are defined as enumerable properties according to
WebIDL definition.

PR-URL: https://github.com/nodejs/node/pull/43357
Refs: https://github.com/nodejs/node/pull/26882
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2022-06-14 00:07:05 +08:00
..
2022-06-11 12:18:12 +02:00
2022-06-11 12:18:12 +02:00
2022-06-11 12:18:13 +02:00
2022-06-11 12:18:13 +02:00
2022-06-11 12:18:14 +02:00
2022-06-11 12:18:14 +02:00
2022-06-11 12:18:15 +02:00
2022-06-11 12:18:15 +02:00
2022-06-11 12:18:16 +02:00
2022-06-11 12:18:14 +02:00
2022-06-11 12:18:16 +02:00
2021-01-27 20:46:54 +02:00
2022-06-11 12:18:12 +02:00
2021-04-08 10:33:09 +02:00
2022-05-24 18:07:26 +01:00
2022-06-11 12:18: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.