For when you quickly want to inspect the contents of a binary file, I’ve created this web-based viewer: https://iamkate.com/code/binary-file-viewer/
The file is processed in your browser and doesn’t leave your computer. You can verify this as the 5KB of source code isn’t minified: https://iamkate.com/code/binary-file-viewer/page.js
To avoid the browser being slowed down by potentially millions of DOM elements, only the portions of the file currently visible in the viewport are rendered.
#WebDev #WebDevelopment #JavaScript