Interface VMScriptGMInfoPlatform

interface VMScriptGMInfoPlatform {
    arch: "aarch64" | "arm" | "arm64" | "mips" | "mips64" | "ppc64" | "s390x" | "sparc64" | "x86-32" | "x86-64";
    browserName: string;
    browserVersion: string;
    os: "mac" | "win" | "android" | "cros" | "linux" | "openbsd" | "fuchsia";
}

Properties

arch: "aarch64" | "arm" | "arm64" | "mips" | "mips64" | "ppc64" | "s390x" | "sparc64" | "x86-32" | "x86-64"
browserName: string
browserVersion: string
os: "mac" | "win" | "android" | "cros" | "linux" | "openbsd" | "fuchsia"