antibrowser
Русский中文

glossary · term

IndexedDB

Browser storage that can link accounts through persistent application data.

IndexedDB is a browser API for storing structured data locally, such as application state, settings, and cached records. Websites may use its presence and contents to restore sessions and enrich a user profile. For multi-account workflows, separate browser profiles should isolate IndexedDB data to reduce cross-account links.

Related reading