-
IndexedDB indexes are defined procedurally during database opening sequence on upgradeneeded event. Creating and deleting index requires a lot of boilerplate code and needed to compare with existing i…
-
I'm having an issue where `dexie@next` in Safari 12.1 (with [indexedDBShim](https://github.com/axemclion/IndexedDBShim) included) doesn't seem to be working at all. Opening the database seems to succe…
-
Todo:
* [x] Get help from @fergiemcdowall to get search-index be webpack'able and run with memdown
* [x] new search-index v1.0.1 in the browser
* [x] in the browser w/ memdown
* [x] Webpack w/ --d…
eklem updated
5 years ago
-
**[Mingle Card: 4172](https://liquidframeworks.mingle.thoughtworks.com/projects/alpine_mobile/cards/4172)**
Steps to Reproduce
------------------
```
| | |
|-|-|
|**Version #**|
4.0.1.3243|
|
…
-
In case you weren't aware, IndexedDBShim can also allow Node usage in a manner that creates databases in memory online (or to temporary file): See `memoryDatabase` under https://github.com/axemclion/I…
-
Hello,
we have our test module written in Angular. It works fine in SEB(Win) , however it doesn't run under SEB(Mac). We tested even simpler Angular 1.3 projects and it doesn't start either. We made s…
-
IndexedDB works fine in iOS 10 & 11, but it is not visible in iOS9. iOS9 support is important because there are some devices still in service that cannot be upgraded to iOS10+.
keean updated
5 years ago
-
Hi,
Please help. After upgrading to iOS 9.1 Safari is closing PouchDB database automatically after a few minutes of inactivity. Refresh of the web page fixes this but you loose data from the current …
-
In IndexedDBShim, I ran across some W3C test cases where non-numeric properties were injected onto arrays, and due to Typeson not handling such currently (as array properties won't survive the `JSON.s…
-
First, thanks for an awesome project. It's so much better than the other Node-based options I've tried.
I would like to create a temporary databases as defined by sqlite here: https://www.sqlite.o…