Read bytes from a binary file with JavaScript, without jQuery
问题 I'm trying to make a javascript emulator, and i'd like it to be very light, so I don't want to load the "ROMs" with jQuery and jDataView. Si I made my own ROM loader in pure JS. It works pretty well (thanks to many topics on this site), but there's still a problem on IE, for which I couldn't find any help elsewhere. Here's my JS code: /** * @param file - the path or URL of the ROM file to load. The file must be served with the Mime-Type: 'text/plain; charset=x-user-defined' * @param callback