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
Passing a BigInt to filesize causes an exception (in Chrome 98, but it's probably the same in all other envs too):
Uncaught TypeError: Cannot convert a BigInt value to a number at isNaN ()
Given that BigInt is widely supported these days it could make sense for this library to also support it as an input.
Curious about your thoughts!
The text was updated successfully, but these errors were encountered:
sounds good to me.
Sorry, something went wrong.
Adding support for BigInt numbers, fixes #146
BigInt
80ef95c
This is 10.0.0.
Successfully merging a pull request may close this issue.
Passing a BigInt to filesize causes an exception (in Chrome 98, but it's probably the same in all other envs too):
Given that BigInt is widely supported these days it could make sense for this library to also support it as an input.
Curious about your thoughts!
The text was updated successfully, but these errors were encountered: