|
|
|
@ -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> |
|
|
|
|