Skip to content
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 Internet Explorer #2114

Merged
merged 4 commits into from
Dec 13, 2023
Merged

Remove support for Internet Explorer #2114

merged 4 commits into from
Dec 13, 2023

Commits on Oct 5, 2023

  1. Remove support for Internet Explorer

    Closes #1614
    
    Use should be replaced by the edge browser.
    
    It has been 2 years since we removed support for internet explorer in
    dart2js. We have not been testing internet explorer integration, and it
    may already be broken by dart2js changes.
    
    Remove every reference to `ie` or internet explorer in the repo.
    
    Treat this as non-breaking for `package:test` even though there is a
    small risk of breaking some users still using internet explorer and it
    happens to still be working.
    natebosch committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c0cc814 View commit details
    Browse the repository at this point in the history
  2. Another reference

    natebosch committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1d155f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Deprecate instead of remove

    natebosch committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6b0a0d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6910f8a View commit details
    Browse the repository at this point in the history