diafygi / webcrypto-examples

Web Cryptography API Examples Demo: https://diafygi.github.io/webcrypto-examples/
GNU General Public License v2.0
1.64k stars 194 forks source link

IE11 shows errors on 'Live Table' #22

Closed xadhatter closed 8 years ago

xadhatter commented 8 years ago

When I try to run your Live Table on IE11 I see a bunch of errors in the console:

SCRIPT438: Object doesn't support property or method 'then' webcrypto-examples (127,25) ...

It looks like you are using Promises which IE11 does not support. Perhaps a polyfill will help? https://github.com/jakearchibald/es6-promise

Thanks for the all the examples; very, very helpful!

diafygi commented 8 years ago

Sorry, these examples are only intended to test the spec implementation, not IE11's.