Skip to content

isBrowserSafari

kherP edited this page Dec 23, 2019 · 2 revisions

This utility checks if the current browser is Safari.

Example

console.log(isBrowserSafari());

Output

false
Clone this wiki locally