Skip to content

isBrowserChrome

kherP edited this page Jan 2, 2020 · 4 revisions

This utility checks if the current browser is Chrome.

Example

console.log(isBrowserChrome()); // true
Clone this wiki locally