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
Currently, frontend javascript depends on the Ext JS framework and build tools.
All frontend javascript should be rewritten with ES6 and with no framework for basic DOM manipulation and XHR
Question: does some sort of warning need to be shown for users of browsers that do not support ES6? ES6 support is broad enough that it should not be a concern for people visiting an API portal, and the existing practice of progressive enhancement means the site will still be usable, so this probably is unnecessary
The text was updated successfully, but these errors were encountered:
Currently, frontend javascript depends on the Ext JS framework and build tools.
All frontend javascript should be rewritten with ES6 and with no framework for basic DOM manipulation and XHR
Question: does some sort of warning need to be shown for users of browsers that do not support ES6? ES6 support is broad enough that it should not be a concern for people visiting an API portal, and the existing practice of progressive enhancement means the site will still be usable, so this probably is unnecessary
The text was updated successfully, but these errors were encountered: