Remove EdgeHTML support #6339
Labels
internal
External contributions not accepted
issue: feature request
Describes a new feature and why it should be added
type: cleanup
Is your feature request related to a problem? Please describe.
The Edge browser used to use the EdgeHTML browser engine, but has not done so since version 79. Our checks for Edge in
useragent.js
were actually looking for EdgeHTML. It is now fully deprecated, so we can remove these workarounds.Describe the solution you'd like
userAgent.EDGE
in Blockly core.isEdge
andEDGE
fromuseragent.ts
base.js
Left in to match upstreambase.js
Describe alternatives you've considered
Leave them in. Rejected as extra ongoing maintenance for something that is not used.
Additional context
Inspecting user agent strings is strongly discouraged because they often contain misleading information--for instance, the Edge browser uses the Blink browser engine.
Found while looking into user agent strings for #6336.
The text was updated successfully, but these errors were encountered: