Skip to content

Commit

Permalink
tableFromIPC
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiprima authored Jan 4, 2024
1 parent 3a11bca commit 438ab25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/examples/read_file.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
reader.onload = function (evt) {

var arrowTable = Arrow.tableFromIPC([new Uint8Array(evt.target.result)]);
var arrowTable = Arrow.tableFromIPC(evt.target.result);
var thead = document.getElementById("thead");
var tbody = document.getElementById("tbody");

Expand Down

0 comments on commit 438ab25

Please sign in to comment.