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
Users on Windows 7 and IE11 sometimes trigger a bind error because the
crypto object exists but getRandomValues is undefined. Using
openpgpjs/openpgpjs#207 as a reference, I've
added a more robust check for the necessary crypto properties in IE 11.
0 commit comments