-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
zlib.crc32 error: isArrayBufferView is not defined #27774
Comments
I ran into this and my workaround until Deno is released with this fix was using Here's the
The aws-sdk-js-v3 had the following in their v3.729.0 release which seems related to this suddenly breaking:
The only confirmation I have that this new release is the root cause is when running my project with v3.729.0 or newer has this error raised; running with deps v3.728.0 or older works as expected |
by using |
Confirmed that this bug is fixed with the canary Deno version, thank you folks 🎉 |
Version: Deno 2.1.6
Get this error when using the aws-sdk and s3 bucket to download file with checksums.
Stacktrace:
The text was updated successfully, but these errors were encountered: