Results 1 - 2 of 2

Browser storage limits and eviction criteria

There are a number of web technologies that store data of one kind or another on the client-side (i.e. on your local disk.) The process by which the browser works out how much space to allocate to web data storage and what to delete when that limit is reached is not simple, and differs between browsers. This article attempts to explain how this all works.
client-side Database eviction IndexedDB limit LRU storage Storage

IDBEnvironment

The IDBEnvironment interface of the IndexedDB API contains the indexedDB property, which provides access to IndexedDB functionality. It is the top level IndexedDB interface implemented by the window and Worker objects.
access API asynchronous client-side Database DOM IDBEnvironment IndexedDB Interface Reference Référence Storage