From the conversation in #22100 there are several ways to attach a polyfill
Disadvantages of each:
Status | New | ⇒ | Discussion |
Category | ⇒ | JavaScript |
Polyfills are still very relevant in the ESxxxx land so this still needs to be addressed
Status | Discussion | ⇒ | Confirmed |
Build | master | ⇒ | 4.0-dev |
This is still relevant. The missing polyfill is one tiny file: https://www.npmjs.com/package/dom4 but also we NEED to review the ES5 files (or just remove them as right now they are not functional AFAIK)
About the loading: is far easier, just load the js with a nomodule
attribute and without any defer/async. Make sure that is in the dependencies in the WAM. That's it, no sniffing no extra processing...
so this should be marked as a release blocker
so this should be marked as a release blocker
Depends on the severity of IE11 support
The ie poly fills are irrelevant so this can be closed @richard67
Closing for reason stated in the previous comment.
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-26 20:00:02 |
Closed_By | ⇒ | richard67 |
@wilsonge is this still relevant now ie11 support is dropped?