Browser name pulled from useragent is still the same: Edge.
We need to have a conditional that checks for major version <= last non-Chromium version, and then does the mapping to EDGE_HTML; but if greater (e.g. Chromium Edge), just treat as normal check.
Browser name pulled from useragent is still the same:
Edge
.We need to have a conditional that checks for major version <= last non-Chromium version, and then does the mapping to EDGE_HTML; but if greater (e.g. Chromium Edge), just treat as normal check.