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
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
Node.Fs.readFileSync(""); works, but Node.Crypto. ... yields The module or file Node.Crypto can't be found. - same with Node_crypto. ... and Crypto. ....
I couldn't find any tests validating that Crypto actually works.
The text was updated successfully, but these errors were encountered:
Hi @villesau
Unfortunately this repository hasn't been upstreamed, and more success has been found in individually wrapping specific node APIs, rather than trying to create a single repository that wraps all of them.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Node.Fs.readFileSync("");
works, butNode.Crypto. ...
yieldsThe module or file Node.Crypto can't be found. -
same withNode_crypto. ...
andCrypto. ...
.I couldn't find any tests validating that Crypto actually works.
The text was updated successfully, but these errors were encountered: