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

Clarify IE11 support state for zone.js / and clean-up zone.js code/tests for IE11-specific logic #46773

Open
devversion opened this issue Jul 11, 2022 · 1 comment · May be fixed by #55745
Open
Assignees
Labels
area: zones P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Milestone

Comments

@devversion
Copy link
Member

devversion commented Jul 11, 2022

Which @angular/* package(s) are the source of the bug?

Don't known / other

Is this a regression?

No

Description

Angular no longer supports IE11, but it's not quite clear from the documentation whether zone.js is included in the angular.io browser guarantees, or if Zone has its own browser guarantees (given it also being versioned differently etc.)

If IE11 is no longer supported in ZoneJS either, ZoneJS tests and logic should be cleaned up to not contain any IE11 specific code. There are some IE11-specific tests for example though (these don't even run at this point anymore -- worth mentioning)

@JiaLiPassion
Copy link
Contributor

@devversion , yes, there are still some test cases and legacy support logic to support IE11 and old versionf of Safari, Edge and some Android Browsers. If the policy is decided, I will clean up these logic.

@alxhub alxhub added the P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent label Nov 16, 2022
@ngbot ngbot bot modified the milestones: needsTriage, Backlog Nov 16, 2022
@JeanMeche JeanMeche linked a pull request May 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: zones P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants