-
**[Mingle Card: 3610](https://liquidframeworks.mingle.thoughtworks.com/projects/alpine_mobile/cards/3610)**
This is split off from [https://github.com/Liquidframeworks/alpine-mobile/pull/1533](https:/…
-
I'm using db.js with IndexedDBShim for iOS Safari. My HTML5 app opens a database and synchronises data with the server when it starts. However, when db.js gets the "upgrade needed" event and tries to …
-
Hi, I tried to use indeeddbshim with FBs jest, but I got:
` TypeError: Illegal invocation`
Here's the stacktrace:
`
at Window.get [as indexedDB] (node_modules/indexeddbshim/di…
-
Hello,
I think is an known issue, I fixed the problem using:
IndexedDBShim.min.js
Is it possible to include for future releases? IndexedDBShim.min.js gives support to indexeddb to Safari/Opera (desk…
-
The map file in the minified js file is not found.
//# sourceMappingURL=indexeddbshim.min.js.map
-
A slightly modified (using IndexedDBShim and `console.log` instead of `alert()`) version of the Hello, world ES6/ES7 example that uses transactions is failing under Node.js.
## To reproduce
Afte…
-
Hi! I'm developing a offline web app and it work very well with Android 4.4 >, but my employer need it's to work in a old 2011 tablet with Android 3.2, so I came to indexeddbshim. It has about 20 tabl…
-
It’s possible to run Dexie under Node using IndexedDBShim (https://github.com/dfahlander/Dexie.js/issues/359#issuecomment-390636035), however, we do not know for certain that it behaves as expected as…
-
Tested on Browserstack on iOS v9 Safari ( an IPhone 6S Plus).
### Safari 9
```html
shimIndexedDB.__useShim();
```
...does not do its job to patch the browser no matter manually calling shi…
-
This is a preliminary list of the Dexie test suite failing tests on Node.js with IndexedDBShim when run with the new node test runner. Some of these errors may be due to the environment created by the…