hwcrypto / hwcrypto.js

Browser JavaScript library for working with hardware tokens
https://hwcrypto.github.io
MIT License
157 stars 47 forks source link

IE 11 signing not working. Promise is undefined #23

Closed smartman closed 7 years ago

smartman commented 8 years ago

Latest hwcrypto.js 0.0.10 does not allow signing in IE 11 in Windows 10.

Error that is shown is: 'Promise' is undefined win10 ie

Internet Explorer exact version win10 ie ver

martinpaljak commented 7 years ago

You need to include a Promise polyfill, as available in hwcrypto-legacy.js or some other implementation like https://github.com/stefanpenner/es6-promise. This has been documented better in README.