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: adjust types for getRandomValues #41481

Closed

Commits on Jan 17, 2022

  1. crypto: adjust types for getRandomValues

    prevents Web Crypto API's getRandomValues from accepting DataView
    
    - Fixes: nodejs#41480
    - Refs: https://www.w3.org/TR/WebCryptoAPI/#Crypto-method-getRandomValues
    LiviaMedeiros committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    f6ae133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a650735 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f1c397 View commit details
    Browse the repository at this point in the history
  4. Update doc/api/webcrypto.md

    Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
    LiviaMedeiros and lpinca committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    1b43562 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    213ea91 View commit details
    Browse the repository at this point in the history
  6. tools: revert TypedArray types

    This reverts commit 5f1c397.
    LiviaMedeiros committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2e679a2 View commit details
    Browse the repository at this point in the history