Skip to content

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

Merge request reports

Loading