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
A refactor is long overdue that allows non-browser support. This means defaulting to window.userAgent in browser environments, while also allowing any UA string as an initialization argument.
This will also greatly improve testing.
The text was updated successfully, but these errors were encountered:
A refactor is long overdue that allows non-browser support. This means defaulting to
window.userAgent
in browser environments, while also allowing any UA string as an initialization argument.This will also greatly improve testing.
The text was updated successfully, but these errors were encountered: