Closed theopolisme closed 2 years ago
The readableFileSize method returned bit-based unit labels (kilobit, megabit, etc.), but size is measured in bytes. This change updates the units displayed to be consistent with the value used, which is in bytes.
readableFileSize
size
Ref: https://github.com/TTLabs/EvaporateJS/issues/13
Thank you :)
The
readableFileSize
method returned bit-based unit labels (kilobit, megabit, etc.), butsize
is measured in bytes. This change updates the units displayed to be consistent with the value used, which is in bytes.Ref: https://github.com/TTLabs/EvaporateJS/issues/13