Remove the Promise
polyfill
#2742
Replies: 3 comments
-
Promise polyfilling is now a well-trodden path, no need for mithril to include one 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
For all the good, please do it! People who need to support IE11 in this day and age have to think pretty hard about polyfilling anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's done now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mithril version:
Platform and OS:
Project:
Is this something you're interested in implementing yourself? Yes
Description
Remove the
Promise
polyfillWhy
We're planning on dropping IE support soon, but even if we didn't drop it by v3, users could just as easily just ship a Promise polyfill of their own if they really needed it. It's outlived its use and isn't useful to most our consumers anymore.
Possible Implementation
m.request
to just use the globalOpen Questions
Do we want to continue to support this legacy functionality? (I strongly say we shouldn't, and I anticipate most of us would agree here.)
Beta Was this translation helpful? Give feedback.
All reactions