IndexedDB availability
GET /api/fingerprint/indexed-dbIndexedDB fingerprinting detects browser database API support via window.indexedDB. Modern browsers universally support IndexedDB, but privacy browsers may disable it, older browsers lack it, and some corporate policies block it. IndexedDB absence in a modern browser context suggests privacy extensions, incognito mode restrictions, or security policies. The technique can also test IndexedDB capabilities: storage quotas, transaction modes, and versioning support, which vary by browser. Detecting IndexedDB availability helps identify browser age and privacy settings.
Move from this collector to the CreepJS signal index, live checker, API docs, and other high-value fingerprinting explainers.