Browse Source

Minor docs fix

pull/89/head
Matthew Holt 12 years ago
parent
commit
71a3453c76
  1. 4
      docs.html

4
docs.html

@ -465,13 +465,13 @@ @@ -465,13 +465,13 @@
console.log("Row data:", data.results);
console.log("Row errors:", data.errors);
}
}
},
complete: function() {
console.log("All done!");
}
});</code>
Notice that the function only receives data, which has the same structure as the <a href="#results">output described above</a>.
Notice that the function receives data, which has the same structure as the <a href="#results">output described above</a>.
</p>
<h3>How do I get all the results together after streaming?</h3>

Loading…
Cancel
Save