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
Admittedly, this may be an edge case. In our production app we're getting errors that seem result from crypto existing, but not having getRandomValues on IE11 on Win7.
A good percentage of our IE11 + Win7 users are triggering this error, although I was unable to reproduce on BrowserStack. I believe this could be fixed by testing msCrypto first, as suggested in the discussion from 2015 here: #107 (comment).
Thoughts?
The text was updated successfully, but these errors were encountered:
Admittedly, this may be an edge case. In our production app we're getting errors that seem result from
crypto
existing, but not havinggetRandomValues
on IE11 on Win7.A good percentage of our IE11 + Win7 users are triggering this error, although I was unable to reproduce on BrowserStack. I believe this could be fixed by testing
msCrypto
first, as suggested in the discussion from 2015 here: #107 (comment).Thoughts?
The text was updated successfully, but these errors were encountered: