-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
Update for the chromium powered Edge browser #311
Comments
Looks like "Edg" is intentional: https://blogs.windows.com/msedgedev/2019/04/08/microsoft-edge-preview-channel-details/
@lancedikson Do you have a plan for how you want this to work in bowser? Is this going to detect as Chrome? As Edge? What about how to distinguish between the old EdgeHTML edge vs the new Chromium Edge. |
Hi, @ffaubert. Thanks for a heads-up. Yeah, I've heard of this release. I think, we shouldn't change the name of the browser, as it's not changing. The only changing things are the version of it and the rendering engine itself (from EdgeHTML to Blink). So, I believe we should keep it detected as "Edge" and make sure, that it has "Blink" as the engine when it has If you depend on rendering engine, I recommend using |
Incase you didn't see it, a preview release of the chromium version of Edge is now available for download from https://www.microsoftedgeinsider.com/en-us/download/ (Windows 10 only, for now).
This is the user-agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.48 Safari/537.36 Edg/74.1.96.24
It is unclear to me whether or not "Edg" is intentional or a typo.
The text was updated successfully, but these errors were encountered: