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
Blob
CryptoHasher.update
1.1.34+5e5e7c60f
Darwin 21.6.0 x86_64 i386
the following code throws on Bun 1.1.34
Bun 1.1.34
import { CryptoHasher } from "bun"; const hasher = new CryptoHasher("sha256"); hasher.update(new Blob()); console.log(hasher.digest("hex"));
like before, working :p
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Bun is running?
1.1.34+5e5e7c60f
What platform is your computer?
Darwin 21.6.0 x86_64 i386
What steps can reproduce the bug?
What is the expected behavior?
like before, working :p
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: