Detects if the current browser is Safari (but not iOS Safari or Chrome).
true if the browser is Safari, false otherwise.
true
false
if (isSafari()) { // Safari-specific handling} Copy
if (isSafari()) { // Safari-specific handling}
Detects if the current browser is Safari (but not iOS Safari or Chrome).