You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle do not work with IE11 because we bundled abort-controller and p-defer, which both of them does not have ES5-compatible code referenced in their package. We need to adopt them manually.
Steps to reproduce
Open full bundle sample with IE11
Expected behavior
All bundle should work under IE11.
Additional context
[Bug]
The text was updated successfully, but these errors were encountered:
Version
master
Describe the bug
Bundle do not work with IE11 because we bundled
abort-controller
andp-defer
, which both of them does not have ES5-compatible code referenced in their package. We need to adopt them manually.Steps to reproduce
Expected behavior
All bundle should work under IE11.
Additional context
[Bug]
The text was updated successfully, but these errors were encountered: