May
26th
Mon
26th
var xhr = new XMLHttpRequest();
xhr.open(“POST”, “/test_suite_db/_increment_update_seq”);
xhr.send(“”);
xhr.responseText == “{“ok”:true,”update_seq”:22}
xhr.open(“POST”, “/test_suite_db/_increment_update_seq”);
xhr.send(“”);
xhr.responseText == “{“ok”:true,”update_seq”:22}
— Damien Katz in #couchdb
#
