Arunaday Basu

Results 1 issues of Arunaday Basu

If you are currently using navigator.userAgent you should transition to preferring navigator.userAgentData before falling back to parsing the user-agent string. ``` if (navigator.userAgentData) { // use new hints } else...

bug