-
-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
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
Fails in Internet Explorer #308
Comments
SSCCE? What version of IE? Stack trace? |
Closing, as I suspect you're seeing #284 which is fixed in latest. Make sure you're using most recent |
I am not sure that is the same issue but I will give that a try. Sorry I have not had time yet to make an example. Running in IE11 (or IE9 emulation) it crashes my entire react app with the error Crypto is undefined. Doing |
Well, there's code to handle the various IE idiosyncracies around crypto so... :-/ https://github.com/kelektiv/node-uuid/blob/master/lib/rng-browser.js#L8-L9 |
In internet explorer it crashes because crypto is undefined.
The text was updated successfully, but these errors were encountered: