Legacy IE property
GET /api/fingerprint/cpu-classCPU class fingerprinting checks the deprecated navigator.cpuClass property, which was specific to Internet Explorer and returned values like 'x86', 'x64', 'ARM', 'PPC'. Modern browsers don't implement this property, so its presence indicates IE or very old browser versions. This creates a strong signal for legacy browser detection. Testing for cpuClass alongside other IE-specific properties (like navigator.browserLanguage, navigator.systemLanguage) creates an IE detection profile. Modern browsers return undefined.
Move from this collector to the CreepJS signal index, live checker, API docs, and other high-value fingerprinting explainers.