You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the vendor in self.navigator.vendor in edge is Google Inc. and Chrome is part of the user-agent. In older versions of edge, the vendor was blank.
The text was updated successfully, but these errors were encountered:
I have no MS Edge to test this with but
,,,js
is.edge = range => {
const match = userAgent.match(/edg(e|a|ios)?/(\d+)/)
return match !== null && compareVersion(match[1], range)
,,,
This is because the vendor in self.navigator.vendor in edge is Google Inc. and Chrome is part of the user-agent. In older versions of edge, the vendor was blank.
The text was updated successfully, but these errors were encountered: