-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Narrow down Edge version in browser support docs #11640
Conversation
I noticed that Edge 14 has a pretty buggy fetch implementation and because it has already reached end of support I think it's better we don't specifically state support for it, even if it may work to some extend.
Might need to differentiate between EdgeHTML-based and Chromium-based. Also the current number (14) refers to EdgeHTML engine, not browser version, unlike others. |
I wouldn't differentiate. The last two EdgeHTML versions should still support everything we need and new Chromium versions will only get better. Yes I realized the 14 was an error on my side, it should have been 38. |
In time we might want to deprecate support for EdgeHTML entirely. I'm also sure that some companies would want to know whether EdgeHTML is supported or not (note that on Pro and Enterprise Chromium Edge is still manual process) so I think it would be worth to note that we support EdgeHTML 38+ and last 2 versions of Chromium Edge. |
Splitted it up: Last two EdgeHTML Edge is 42 and 44 I'm sure older versions do work to some extend but we should only offer support for the mentioned versions. |
Oh yeah, 38+ was error on my part. |
Looks weird with
|
I think it's fine. "Edge (Chromium and EdgeHTML)" would less clear. |
* Narrow down Edge version in browser support docs I noticed that Edge 14 has a pretty buggy fetch implementation and because it has already reached end of support I think it's better we don't specifically state support for it, even if it may work to some extend. * mention both edge versions Co-authored-by: techknowlogick <techknowlogick@gitea.io>
I noticed that Edge 14 has a pretty buggy
fetch
implementation and because it has already reached end of support I think it's better we don't specifically state support for it, even if it may work to some extend.