couchdb-xd icon indicating copy to clipboard operation
couchdb-xd copied to clipboard

Cross-domain AJAX for CouchDB

Results 4 couchdb-xd issues
Sort by recently updated
recently updated
newest added

When I tried to run the command, it brings lines of errors. ![couchapp](https://f.cloud.github.com/assets/848002/155984/e67ee6c6-767e-11e2-8ee9-8b6d28deb827.png)

Hi, I tried the couchdb-xd with couchdb 1.1.0 and I get the following error for this piece of code: Error from Firefox Web-Console: [13:15:05.889] uncaught exception: [Exception... "An invalid or...

PUTs work just fine, but I get a result 415 when I POST: Couch.init(function() { var server = new Couch.Server('http://localhost:5984'); var db = new Couch.Database(server, 'dbname'); db.post({ hello: 'world' },...

Uncaught ReferenceError: pmxdr is not defined couchdb.js:95