We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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) ...
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!
The text was updated successfully, but these errors were encountered:
Sorry, these examples are only intended to test the spec implementation, not IE11's.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: