We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently my IDB size is: 1888272104. It would be nice if it rendered it with a shorthand form as well, like:
1888272104 (18 Megs)
(btw - I totally guessed at 18 megs there)
The text was updated successfully, but these errors were encountered:
I really appreciate the feedback. I have amended the display to show the size primarily in megabytes. So it will now look something like this:
"myObjectStore" "0.33MB (346376 bytes)"
If this looks ok, I'll close the issue.
Sorry, something went wrong.
Looks good, but maybe consider trimming the decimal points. I got this:
77.58037567138672MB
which is a bit too precise. ;)
Whoops. My bad. I thought I'd put the number-rounding in.
This fix has now been committed
No branches or pull requests
Currently my IDB size is: 1888272104. It would be nice if it rendered it with a shorthand form as well, like:
1888272104 (18 Megs)
(btw - I totally guessed at 18 megs there)
The text was updated successfully, but these errors were encountered: