Skip to content
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: ensure Cloudflare webcrypto.getRandomBytes is bound to the correct this object #309

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. fix: ensure Cloudflare webcrypto.getRandomBytes is bound to the corre…

    …ct this object
    
    It appears that this is the only function in the webcrypto exports list that
    needs to be bound to its original object.
    
    Note that it must be bound to the `webcrypto` object even though workerd also
    exports it on the `crypto` namespace directly.
    petebacondarwin committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1e87097 View commit details
    Browse the repository at this point in the history