Skip to content

Selector: Drop support for EdgeHTML (i.e. non-Chromium Microsoft Edge) #4573

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

Closed
wants to merge 1 commit into from

Conversation

mgol
Copy link
Member

@mgol mgol commented Dec 16, 2019

Summary

NOTE: This is a draft PR. No decision has been made yet.

Also, restrict some workarounds that were applied unconditionally in all
browsers to run only in IE now. This slightly increases the size but reduces
the performance burden on modern browsers that don't need the workarounds.

Also, clean up some comments & remove some obsolete workarounds.

Fixes gh-4568

-240 bytes

Checklist

@@ -542,7 +542,7 @@ jQuery.extend( {
if ( s.crossDomain == null ) {
urlAnchor = document.createElement( "a" );

// Support: IE <=8 - 11+, Edge 12 - 17 only
// Support: IE <=8 - 11+
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed mentions of Edge from support comments as well. Among other things, this is because many IE workarounds are now hidden behind an isIE check so a support comment mentioning Edge would be confusing as Edge wouldn't execute that code.

IE is quite special here as that's the only browser which we detect as a browser to work around its bugs instead of running support tests.

Also, restrict some workarounds that were applied unconditionally in all
browsers to run only in IE now. This slightly increases the size but reduces
the performance burden on modern browsers that don't need the workarounds.

Also, clean up some comments & remove some obsolete workarounds.

Fixes jquerygh-4568
@mgol
Copy link
Member Author

mgol commented Jan 13, 2020

Closing for now until we really plan to do it.

@mgol mgol closed this Jan 13, 2020
@mgol
Copy link
Member Author

mgol commented Sep 21, 2020

New PR: #4792

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Drop support for Edge Legacy (EdgeHTML-based) in 4.0?
1 participant