Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Get correct version of IE11 crypto (#274)
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.
- Loading branch information