isSafari
isSafari():
boolean
Checks is the current platform is running on Safari.
Returns
boolean
True if the current platform is Safari.
Todo
SH: userAgent sniffing is usually not the best idea, look into alternatives
See
https://stackoverflow.com/questions/7944460/detect-safari-browser/23522755 The comment by qingu