Persistence lifetime

It’s like localStorage, so it’s cross-session, meaning restarting browser or system won’t affect what is stored in it. However, user can clear it like clearing cookie. So it’s just like persistent cookie, you don’t trust it from the server-side, and you always need to check its integrity.

Storage limits on Chrome browser

Update May 2020: Chrome now lets an origin use 60% of the storage device’s space (Real nitty gritty: “storage device” is the partition containing the chrome profile directory). Updated article here https://web.dev/storage-for-the-web/#how-much The rule of thumb is 6% (edit 2015-Jul: was 10%) of the available space on the user’s hard drive, less if your origin … Read more

Best IndexedDB Wrappers [closed]

I wrote the db.js library so I might be a bit biased but it’s main goals were to: Add Promise based callback handling rather than wiring up events to onsuccess and the like Add a simple and fluent API for querying that relied on method chaining and ultimately looked like JavaScript code Use a JavaScript … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)