-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add missing Edge 13 data based on Confluence #3309
Conversation
@Elchi3 can you review? |
@patrickkettner this is the PR I asked about. In https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history it appears that there was a stable release of Edge 12, there is a fair bit of If there's some way to get hold of an Edge 12 build that would be cool of course. |
I did a bit of looking around for old versions of Windows 10, and based on https://answers.microsoft.com/en-us/windows/forum/windows_10-windows_install/how-to-get-an-older-windows-10-iso-eg-build-1511/ff09c5af-0932-4459-8048-17f638d6f87f it seems unlikely one can get hold of Edge 12 still. |
Produced by `npm run confluence -- --fill-only --browsers=edge` with local changes applied to only include changes where the new version was 13. Since Edge 12 was the first version of Edge and we don't have data for Edge 12, this means we can't know if these APIs were first in Edge 12 or Edge 13, so it can only say true.
0aed42e
to
f2720fe
Compare
IMO too many new |
@foolip Microsoft still somehow serves the old build 10240, here's how to get it: https://www.intowindows.com/download-windows-10-rtm-esd-iso-from-microsoft-now/ |
I'd be happy to do |
I've been able to collect data from Edge 12 in mdittmer/web-apis#75. I'll close this PR and open another that takes that data into account. |
Thanks so much @foolip! 🎉 |
Edge 12 data in #3392. |
Produced by
npm run confluence -- --fill-only --browsers=edge
withlocal changes applied to only include changes where the new version
was 13. Since Edge 12 was the first version of Edge and we don't have
data for Edge 12, this means we can't know if these APIs were first in
Edge 12 or Edge 13, so it can only say true.