Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example page will not work with IE11 #12

Closed
jedie opened this issue Jul 26, 2015 · 2 comments
Closed

example page will not work with IE11 #12

jedie opened this issue Jul 26, 2015 · 2 comments

Comments

@jedie
Copy link
Contributor

jedie commented Jul 26, 2015

Because of promise .then() usage. See also: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Promise/then#Browser_compatibility

Maybe https://github.com/taylorhakes/promise-polyfill will help here?!?

@diafygi
Copy link
Owner

diafygi commented Jul 26, 2015

WebCryptoAPI requires supporting promises, and IE's use of onerror and oncomplete is very out of date. IE shouldn't work in the live table because it doesn't work with the spec.

@diafygi diafygi closed this as completed Jul 26, 2015
@jedie
Copy link
Contributor Author

jedie commented Jul 26, 2015

Thanks for the info.

Seems that "Microsoft Edge" in windows 10 will support promise, see: https://msdn.microsoft.com/library/dn802826%28v=vs.94%29.aspx

Has anybody test the example page with edge?!?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants