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

crypto: alias webcrypto.subtle and webcrypto.getRandomValues on crypto #41266

Merged
merged 3 commits into from Dec 27, 2021

Commits on Dec 21, 2021

  1. crypto: alias webcrypto.subtle and webcrypto.getRandomValues on crypto

    The aliases allow code written to assume that `crypto.subtle` and
    `crypto.getRandomValues()` exist on the `crypto` global to just work.
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Dec 21, 2021
    Copy the full SHA
    181d082 View commit details
    Browse the repository at this point in the history
  2. [Squash] nits

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    jasnell and aduh95 committed Dec 21, 2021
    Copy the full SHA
    195d391 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. [Squash] nit

    Co-authored-by: Michaël Zasso <targos@protonmail.com>
    jasnell and targos committed Dec 23, 2021
    Copy the full SHA
    1eebe39 View commit details
    Browse the repository at this point in the history