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
tried using bycryptjs on the browser, It kept on throwing the error.
Neither WebCryptoAPI nor a crypto module is available. Use bcrypt.setRandomFallback to set an alternative
When i checked WebCryptoAPI i saw it has full support on my current browser Chrome according to mdn web docs
setRandomFallback is missing. I log the contents of bycrypt after setting a variable const bcrypt = dcodeIO.bcrypt; and there was no function called setRandomFallback
The text was updated successfully, but these errors were encountered:
tried using bycryptjs on the browser, It kept on throwing the error.
When i checked
WebCryptoAPI
i saw it has full support on my current browserChrome
according to mdn web docsThe text was updated successfully, but these errors were encountered: