-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove support for IE11 #1037
Comments
from 06/18/20 dev meeting: One part we brought up is that it would be nice for us to use built-in versions of utility functions like For now, we're not going to replace existing lodash usages that have built-in counterparts, but will keep that big shift as an option for the future if we find it annoying that there's occurrences of both. As a general rule for IE workarounds, @ariel-phet says feel free to remove anything that's in the way or annoying, but no need to carefully go through and remove stuff that's not intrusive. |
I addressed several parts in the commits above. I did not want to take the time to convert all
Leaving assigned to @jonathanolson for these final steps. |
Today we decided to remove support of IE11. Wahoo!
We will want to do the following work:
es6-promise-1e68dc.auto.min.js
mdn-array-from-polyfill.js
.Client.errorIfIE
.platform.ie
in scenery. Those are likely workarounds.IE11
as a whole word.initialize-globals
for `?forceStubbedAudioContext"%1===0
withNumber.isInteger
, see Replace %1===0 with Number.isInteger #1039string.includes
string.startsWith
We can continue to add to this list during dev meeting discussion
The text was updated successfully, but these errors were encountered: