-
Notifications
You must be signed in to change notification settings - Fork 3.9k
fix test-webcrypto-random.js
#19264
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
fix test-webcrypto-random.js
#19264
Conversation
|
Updated 12:02 PM PT - May 8th, 2025
✅ @dylan-conway, your commit 9ad90e0f201704feef774c0f05e0b98b30f2d6be passed in 🧪 To try this PR locally: bunx bun-pr 19264That installs a local version of the PR into your bun-19264 --bun |
Jarred-Sumner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The validation for < 65 KB is breaking and unnecessary. I vote we skip that.
Removed the limit |
nektro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you rerun ci before i approve? thats quite a few windows failures
What does this PR do?
Throws DOM exceptions for missing argument or if the argument isn't a buffer. Does not throw errors for buffers larger than 65kb or float buffers
How did you verify your code works?