Tag Archives: bytes

JavaScript To Convert Bytes To MB, KB, Etc

I’m currently writing a converter for the HAR file format, which is used by Firebug, Chrome Developer Tools, JMeter, etc to record information about a page loading. The HAR format stores the size of downloaded components in bytes. I wanted to convert this into KB, MB, etc, for display.
Continue reading