We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unsure if it is due to it being Electron or running webpack-dev-server, but the catch block here runs indefinitely:
function safeRandomBytes(length) { while (true) { try { return randomBytes(length); } catch(e) { continue; } } }
The fact that randombytes operates differently in Node and in the browser seems like it could be the underlying cause.
The text was updated successfully, but these errors were encountered:
Same! I can't use it in React Js.
Sorry, something went wrong.
01965aa
No branches or pull requests
Unsure if it is due to it being Electron or running webpack-dev-server, but the catch block here runs indefinitely:
The fact that randombytes operates differently in Node and in the browser seems like it could be the underlying cause.
The text was updated successfully, but these errors were encountered: