IndexedDB for Client-Side Storage
IndexedDB for Client-Side Storage: The Definitive Guide
IndexedDB is a powerful low-level API for client-side storage of significant amounts of structured data, including files/blobs. Unlike ...