chore: split app to commons and web (squash commit)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const browserIsChrome = () =>
|
||||
/Chrome/i.test(navigator.userAgent) && /Google/i.test(navigator.vendor)
|
||||
|
||||
export const browserIsFirefox = () => /Firefox/i.test(navigator.userAgent)
|
||||
Reference in New Issue
Block a user