avoidwork / filesize.js

JavaScript library to generate a human readable String describing the file size
https://filesizejs.com
BSD 3-Clause "New" or "Revised" License
1.61k stars 97 forks source link

base: 10 uses mibibytes #141

Closed Hypnosphi closed 3 years ago

Hypnosphi commented 3 years ago
> filesize(1e6)
'1 MiB'

It should be megabytes instead

avoidwork commented 3 years ago

for less than a day last weekend; introduced the bug while fixing another bug and then reverted the following day.

avoidwork commented 3 years ago

https://github.com/avoidwork/filesize.js/commit/afd78c28524d7a9e4830769385d2ade467991d90