runtime.PlatformArch

The machine's processor architecture.

Type

Values of this type are strings. Possible values are:

"aarch64"

The platform is based on the ARM 64-bit architecture.

"arm"

The platform is based on the ARM 32-bit architecture.

"arm64"

The platform is based on the ARM 64-bit architecture.

"mips"

The platform is based on the 32-bit MIPS instruction set architecture (ISA).

"mips64"

The platform is based on the 64-bit MIPS instruction set architecture (ISA).

"riscv64"

The platform is based on the 64-bit implementation of the RISC-V open-standard instruction set architecture (ISA).

"x86-32"

The platform is based on the x86 32-bit architecture.

"x86-64"

The platform is based on the x86 64-bit architecture.

Note: This list may be incomplete. In particular, it may not reflect unofficial builds for other platforms.

Browser compatibility

Note: This API is based on Chromium's chrome.runtime API. This documentation is derived from runtime.json in the Chromium code.