Replies: 2 comments 2 replies
-
I think the README.md description also needs to be improved. |
Beta Was this translation helpful? Give feedback.
-
I vote dropping the IE support claim instead in the README. It's essentially dead, with a very limited number of Windows distributions (all long-term support releases) still having any official Microsoft support: https://learn.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge The few devs who still target IE are people who need several years to update to a modern browser flow. It's worth noting that IE global market share has dipped to the 0.2-0.5% range on desktop and 0.1-0.2% range on all devices. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since Mithril v2.2.3,
m.domFor()
introduces generators and for-of loops, so transpilation appears to be mandatory for IE 11. A polyfill alone is not enough.So, I would like to proceed with one of the following options:
Although I personally no longer use IE 11, I recognize the value of supporting it and believe either option is valid.
I would appreciate your feedback.
Beta Was this translation helpful? Give feedback.
All reactions