We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cba25 commit 6c39726Copy full SHA for 6c39726
js/examples/read_file.html
@@ -41,7 +41,7 @@
41
}
42
reader.onload = function (evt) {
43
44
- var arrowTable = Arrow.Table.from([new Uint8Array(evt.target.result)]);
+ var arrowTable = Arrow.tableFromIPC(evt.target.result);
45
var thead = document.getElementById("thead");
46
var tbody = document.getElementById("tbody");
47
0 commit comments