-
# Feature Support via Modernizr
## Classes inserted into IE by Modernizr
### IE11
js
flexbox
canvas
canvastext
webgl
no-touch
geolocation
postmessage
no-websqldatabase
indexeddb
hashchange
history
dr…
-
On https://dexie.org/docs/Dexie/Dexie.on.populate#ajax-populate-sample
```js
return new Promise(function (resolve, reject) {
$.ajax(url, {
type: 'get',
…
-
Blocks: https://github.com/ipfs/ipfs-companion/issues/1127
Related: https://github.com/Countly/countly-sdk-web/issues/382
### The issue:
- `countly-web-sdk` ships as an iife which bundles everyth…
-
The below is some draft note for discussion...
Offline storage techs candidate:
1. localstorage: 5MB upper limit, but good support on mobile devices
2. sqlite: no upper limit, good support on mobile …
-
# Goal
The goal of this issue is to track the design and development of a new client-side store for Perry.
## Motivation
Today making some tests with the new feature in #47, I got this error …
-
**Describe the performance issue**
PouchDB 9.0 has [just been released](https://pouchdb.com/2024/05/24/pouchdb-9.0.0.html) with significant improvements to the `indexeddb` adapter which _should_ ma…
-
GitHub Pages supports HTTPS but not with custom domains. Probably need to host myself on the same domain instead.
HTTPS means secure context which allows:
* StorageManager API
* Service workers
-
We've had a frequent request from users of `estimate()` to provide an per storage type breakdown estimation. For example, something like:
```js
{
quota: 440922000000,
usage: 27300000,
de…
-
```
no persisted storage, database can be evicted by browser [vendor.7c61eada.js:3:46921](https://chatterbox.hss.element.io/assets/vendor.7c61eada.js)
Uncaught (in promise) Error: load failed: IDBRe…
-
It works perfectly on my galaxy tab when requesting the desktop version, so why restrict it to mobile / tablet?