-
I have an issue taking build from Microsoft Visual studio Community 2015 while it works fine running to a device. **Project >Store > Create App Packages** returns me a build failed message showing er…
-
I am using IDB Driver in LocalForage and IndexedDb gets blocked when I try to perform operations in my application when it is opened in multiple tabs.
This issue gets resolved once I refresh the tab …
-
**getItem** fails when IndexedDB is restricted for the browser.
It has to switch to WebSQL, which it does. But all the requests before **ready** has been completed gets failed.
To reproduce the …
-
Hi! Nice work! Is this library ready fro production ? I mean are you using it right now in an app?
Besides I'm wondering if you have any server side code to share ?
Cheers,
Valrian
-
@michaelpeterlee I've moved the sqlite-client to this repo that I'm maintaining and I've removed the comlink dependency. If you have a moment at some point to try it out, that would be great. We can a…
-
To use with websql or sqlite (ionic, cordova plugin)
line 88:
``` javascript
db = window.openDatabase(db_params.name, db_params.version, db_params.sub_name, db_params.size);
```
To (not fully test…
-
It now appears that IndexedDB is supported across all major browsers (http://caniuse.com/#search=indexeddb)
For the most part, one installation we had was very happy with MigaDV. Except, as you well…
-
https://github.com/filerjs/filer
> Filer is a POSIX-like file system interface for node.js and browser-based JavaScript.
Uses the same API as node.js `fs`
-
I don't have steps to reproduce, but it happens often enough that it's a problem for us. Somehow indexedDB gets into a state where it doesn't respond. Even if I try `indexedDB.open('dbName')` it never…
-
/attn @DickvdBrink
It would be nice _not_ to have to specify `--archs="x86 arm"` on every build. This seems to trip people up a lot. It's one of the most frequently-asked questions I get on [cordo…