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
fix(compat): Check properly for IE and Edge browsers
- IE and Edge browsers do not have built-in support for u2f
- Previously we only checked for <= v. 15 of EdgeHTML (Edge's rendering
engine, so now we check for all versions of EdgeHTML)
- Check for Edge Chromium, which has a new UserAgent string:
"edg/<version>"
Fixes#18
0 commit comments