You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node v18 introduces WebCrypto (crypto.getRandomValues and crypto.subtle.digest) which drastically simplify browser node compatibility.
Since this is a new library and our goal is to reduce complexity while maximizing compatibility (and node is easy to install, upgrade, and switch versions via webi, we're not supporting the prior versions of node.
The text was updated successfully, but these errors were encountered:
Node v18 introduces WebCrypto (
crypto.getRandomValues
andcrypto.subtle.digest
) which drastically simplify browser node compatibility.Since this is a new library and our goal is to reduce complexity while maximizing compatibility (and node is easy to install, upgrade, and switch versions via webi, we're not supporting the prior versions of node.
The text was updated successfully, but these errors were encountered: