mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
`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>