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
If we want to restore the backward compatibility to IE11, we should consider to refactor some javascript code. It should be mostly a matter of arrow functions:
// fromsomeFunc=(param)=>{}// back tofunctionsomeFunc(param){}
The usage of arrow function was introduced in commit 4d6e7b5#3
Description
As per the ES6 compatibility table, IE11 does not support:
Possible Solutions
Revert ES2015 Syntax
If we want to restore the backward compatibility to IE11, we should consider to refactor some javascript code. It should be mostly a matter of arrow functions:
The usage of arrow function was introduced in commit 4d6e7b5 #3
Use BabelJS
https://babeljs.io/docs/setup/#installation
The text was updated successfully, but these errors were encountered: