|
|
|
|
|
by dumbmatter
2600 days ago
|
|
Sometimes there are browser bugs that are impossible to do feature detection for, in which case have no better option than looking at the user agent. For instance, several versions of Firefox had a serious bug in shared workers, which appeared intermittently when users opened your site in multiple tabs https://stackoverflow.com/questions/51092596/feature-detecti... - I had to use the user agent to work around this. |
|