July 1998
Intermediate to advanced
1456 pages
65h 5m
English
cpuClass — NN n/a IE 4 DOM n/a
Read-only
Returns a string reference of the CPU of the client computer. Common
Intel microprocessors (including Pentium-class CPUs and Macintoshes
running Windows emulators) return x86, while
PowerPC Macintoshes return PPC. This value tells
you only about the basic hardware class, not the operating system or
specific CPU speed or model number.
if (navigator.cpuClass == "PPC") {
statements specific to PowerPC clients
}String value.
Depends on client hardware.
Read now
Unlock full access