runtime.PlatformInfo
Ein Objekt, das Informationen über die aktuelle Plattform enthält.
Typ
Werte dieses Typs sind Objekte, die die folgenden Eigenschaften enthalten:
os
-
runtime.PlatformOs
. Das Betriebssystem der Plattform. arch
-
runtime.PlatformArch
. Die Prozessorarchitektur der Plattform. nacl_arch
-
runtime.PlatformNaclArch
. Die Native-Client-Architektur. Diese kann auf einigen Plattformen vonarch
abweichen.
Browser-Kompatibilität
Report problems with this compatibility data on GitHubdesktop | mobile | ||||||
---|---|---|---|---|---|---|---|
PlatformInfo | |||||||
nacl_arch |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Hinweis:
Diese API basiert auf der chrome.runtime
API von Chromium. Diese Dokumentation stammt aus runtime.json
im Chromium-Code.