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
master for R8.
master
Some features are not implemented in IE11, need to bring in a polyfill or use legacy way to do stuff.
Set
Symbol.iterator
core-js
CustomEvent.constructor
document.createEvent
Event.initEvent
Host Web Chat on IE11.
Basic operations are working.
[Bug]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
master
for R8.Describe the bug
Some features are not implemented in IE11, need to bring in a polyfill or use legacy way to do stuff.
Set
is not a full implementation, missingSymbol.iterator
core-js
to polyfillSet
CustomEvent.constructor
is missingdocument.createEvent
andEvent.initEvent
insteadSteps to reproduce
Host Web Chat on IE11.
Expected behavior
Basic operations are working.
Additional context
[Bug]
The text was updated successfully, but these errors were encountered: