How to check if the browser is Safari programmatically?
In this article, we review how you can check if the browser is Safari programmatically. We will look at:
isSafari function
navigator.userAgent
isSafari function
I found the following code in the snapdom/src/utils/helpers.js
export function isSaf...
thinkthroo.com2 min read