Binary Data and JavaScript
It’s probably some sort of sign of a new phase in the JavaScript life cycle – dealing with binary data. For the longest time there wasn’t much of a reason to worry about binary files – JavaScript was near exclusively used for text operations and simple number crunching. A multidimensional array maybe. Some objects and [...]