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

lib: enable global WebCrypto by default #42083

Merged
merged 2 commits into from Sep 17, 2022

Commits on Sep 17, 2022

  1. lib: enable global WebCrypto by default

    Enables `--experimental-global-webcrypto` by default, and ensures that
    the classic `node:crypto` core module is still available in `--eval` or
    `--print` contexts.
    
    PR-URL: nodejs#42083
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    aduh95 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    6de2673 View commit details
    Browse the repository at this point in the history
  2. crypto: remove non-standard webcrypto.Crypto.prototype.CryptoKey

    `CryptoKey` is already available on the global object.
    
    PR-URL: nodejs#42083
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Filip Skokan <panva.ip@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    aduh95 committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    2849283 View commit details
    Browse the repository at this point in the history