Skip to content

isBrowserSafari

kherP edited this page Jan 2, 2020 · 2 revisions

This utility checks if the current browser is Safari.

Example

console.log(isBrowserSafari()); // false
Clone this wiki locally