Navigator.cpuClass (Property)

An indication of what sort of processor is in the hardware.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:String primitive
JavaScript syntax:IEnavigator.cpuClass

This property reports the following types of CPU.

The x86 value would be yielded on systems running on an Intel processor such as a Pentium or when running a web browser inside a PC emulator on a Macintosh. The PPC value would be returned when running the browser as a native application in the Macintosh.

Property attributes:

ReadOnly