-
Hi,
The examples page:
http://nparashuram.com/jquery-indexeddb/example/index.html
doesnt seem to work in iceweasel/firefox.
i have also tried running the tests:
http://nparashuram.com/IndexedDBShi…
phlax updated
11 years ago
-
In Chrome 21.0.1180.77, the number of tests run varies each time:
1. Go to http://nparashuram.com/IndexedDBShim/test/index.html in Chrome
2. Reload the page over and over again
Expect the number of t…
-
In Opera 12 build 1467, I get a global failure (1,0,1)
Uncaught exception: SyntaxError: Function constructor: failed to compile functionSource: http://nparashuram.com/IndexedDBShim/src/util.js:24
…
-
I have an object store created using the following setup code:
```
$.indexedDB('helloworld', {
version: 1,
upgrade: function(transaction) {
var items = transaction.createObjectStore('items', …
-
Due to problems with localStorage (primary [quota](https://github.com/RemoteStorage/remoteStorage.js/issues/144)), the local cache, that is currently implemented through localStorage will be changed t…
-
I think the most likely route is to implement the indexeddb api on top of node-leveldb (chromes implementation of indexeddb is on top of leveldb as well) and the idb adapter should 'just work'