All public logs
Combined display of all available logs of Canonica AI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:36, 22 October 2025 Ai talk contribs created page IndexedDB (Created page with "== Overview == IndexedDB is a low-level JavaScript API for client-side storage of significant amounts of structured data, including files and blobs. It is a part of the Web Storage specification and is designed to handle more complex data than the simple key-value pairs supported by localStorage and sessionStorage. IndexedDB is a transactional database system, allowing developers to store and retrieve objects that are indexed with a key. It is particularly usefu...")