-
I am upgrading from a version of the shim from last year with existing data stores and it fails to start because of the line in IndexDBObjectStore that tries to parse keyPath:
```
this.keyPath = …
-
Hi Guys,
I bring my nodejs runtime up. The live IDE URL is:
http://app.flowhub.io/#runtime/endpoint?protocol%3Dwebsocket%26address%3Dws%3A%2F%2F192.168.251.25%3A3569
Instead of the above URL, I sub…
-
So it looks like iOS 8.1.3 supports IndexedDB without the [shim](https://github.com/axemclion/IndexedDBShim). Meanwhile, the current version of the shim [doesn't appear to support iOS 8.1.3.](https:/…
-
Hello,
first: thanks a lot for this awesome script :+1:
But I have a problem: I use `IndexedDBShim` with `db.js` but it seems that `autoIncrement` does not work,...
the schema for db.js looks like …
-
Hello,
I am testing IndexedDB and I came across your wonderful project for adding support to devices, which does not support it natively. Unfortunately I am not able to get callback "onsuccess" when …
-
@axemclion @DickvdBrink - As we [discussed a couple weeks ago](https://github.com/axemclion/IndexedDBShim/issues/160#issuecomment-78279577), I've added [a bunch of new unit tests](http://nparashuram.c…
-
**[Mingle Card: 3303](https://liquidframeworks.mingle.thoughtworks.com/projects/alpine_mobile/cards/3303)**
```
| | |
|-|-|
We need to implement some additional features of indexedDB to support dynam…
-
Dexie v1.0.4
Error occurs the moment Dexie is instantiated:
var dex = new Dexie('project-db');
Error occurs in:
iOS WebView (UIWebView)
Safari 5.1.7 on Windows 8.1: "TypeError: 'undefined' is not an…
-
Would be great if IndexedDbShim could be loaded via bower!
-
When using `IDBCursor#__find` as part of walking through many items (calling `continue` after each item), currently performance is limited by massive amounts of CPU work in Safari's sqlite3 implementa…