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
I think it is not worth to work hard to support IE11, it means we can support only basic features, like open, next, previous, close. That's all.
I do not like dropping IE11 only to save few bytes.
If IE11 support would require extra development, then yes.
Overall, even dropping IE11, fallbacks will work on this browser, I mean click on image will still give you image (just not in modal window), same for iframe, youtube, inline.
I've found places in code where we can save some bytes by removing
.keyCode
. Current (optional) polyfill is for IE only, I think.In Germany, less then 1% of users still use IE. So it's more or less dead after offical support has been dropped last year.
How about removing it for an upcoming v3?
The text was updated successfully, but these errors were encountered: