mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: add arm64 to os.machine()
PR-URL: https://github.com/nodejs/node/pull/45374 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
@@ -462,8 +462,8 @@ added:
|
||||
|
||||
* Returns {string}
|
||||
|
||||
Returns the machine type as a string, such as `arm`, `aarch64`, `mips`,
|
||||
`mips64`, `ppc64`, `ppc64le`, `s390`, `s390x`, `i386`, `i686`, `x86_64`.
|
||||
Returns the machine type as a string, such as `arm`, `arm64`, `aarch64`,
|
||||
`mips`, `mips64`, `ppc64`, `ppc64le`, `s390`, `s390x`, `i386`, `i686`, `x86_64`.
|
||||
|
||||
On POSIX systems, the machine type is determined by calling
|
||||
[`uname(3)`][]. On Windows, `RtlGetVersion()` is used, and if it is not
|
||||
|
||||
Reference in New Issue
Block a user