Skip to main content

All Questions

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 ...
PearsonArtPhoto's user avatar