All Questions
1 question
1
vote
1
answer
514
views
Reading a binary structure in Javascript
I have a table that I am trying to read in Javascript, with data that is large enough that I would like to have it in binary format to save space. Most of the table is either numbers or enums, but ...