-
Firefox debugger console doesn't seem like the shim. We need to be able to debug in Firefox. I haven't looked at this in detail, however app fails because of numerous errors such as:
setting a proper…
-
We need a way to combine and minify CSS and JS in the backend. (I'm not aware that we already have this kind of mechanism. If so, I don't know how to use it. Note that this issue was originally part o…
-
[Here's why.](http://stackoverflow.com/questions/5502540/should-github-be-used-as-a-cdn-for-javascript-libraries) Easy fix: change the Readme.
-
CKE currently doesn't work in Safari because something™ there uses indexedDB, which Safari (among [other browsers](http://caniuse.com/#feat=indexeddb)) does not support. That seems to cause a JS error…
-
I'm trying to insert multiple documents but are inserting only the first document. ex:
server.person.add({JSON1}).done(function(item){
server.person.add({JSON2}).done(function(item){
…
torto updated
10 years ago
-
`/bin/test-browser` requires on selenium standalone and chrome driver to be installed, bit of a hassle, they dont need to at all, the client driver should be able to boot browsers with no deps
-
Been working with pouchdb and phonegap and hitting various problems. I tried the indexedDBshim for a while but started getting cursor related "window full" errors, so abandoned that and reverted back …
-
IndexedDB is great, but it's not well supported cross-browser:
http://caniuse.com/#search=indexeddb
With the WebSQL polyfill (see http://nparashuram.com/IndexedDBShim/) you would probably add some m…
-
Safari and IOS support WebSQL instead of IndexedDB, so we should implement a WebSQL backend to get better browser coverage.
This relies on #20.
-
_**[ryan.ramage@gmail.com](http://code.google.com/u/ryan.ramage@gmail.com/) commented:**_
> I think Pouchdb (and similar tools) are going to get a lot more popular, and thus a good way to do headles…