-
```
parcel build --global Filer src/index.js --out-file filer.min.js --detailed-report
✨ Built in 263ms.
dist/filer.min.js 89.26 KB 155ms
├── src/filesystem/impl…
-
Hi!
The repo description talks about indexedDB, but when I use choo-persist everything ends up in a big localStorage item.
Is there an option that I need to pass to choo-persist to say 'use inde…
-
The WebSQL interface described as in the W3 specification (http://www.w3.org/TR/webdatabase/#asynchronous-database-api) is asynchronous. This plugin however is synchronous. This is unfortunately a maj…
-
We originally wanted to use JavaFX's WebView as our web page host on the desktop but unfortunately it doesn't support WebSQL or IndexedDB. PouchDB actually had a polyfill for that but unfortunately we…
-
**Issue type:**
[ ] question
[ ] bug report
[ ] feature request
[x] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
Hello there! I am just passing here to ask some questions
1. Why do you think that wrapping LocalStorage with Promise will give you a better performance ?
2. Do you know that wrapping Sync functi…
-
http://dev.yathit.com/ydn-db/doc/setup/index.html
-
my code:
f (window.openDatabase) {
persistence.store.websql.config(persistence, 'testdb',
'My SQLite database', 5 \* 1024 \* 1024);
} else {
persistence.store.memory.config(persistence);
}
var U…
-
ref
- cookie
- localstorage
- SessionStorage
- CacheStorage
- Application Cache
- IndexedDB
- WebSQL
-
Hi, I came across this `InAppBrowserStorageEnabled` setting in the [cordova config docs](https://cordova.apache.org/docs/en/dev/config_ref/index.html#preference) that's turned on by default. The decsr…