Skip to content

isBrowserFirefox

kherP edited this page Jan 2, 2020 · 4 revisions

This utility checks if the current browser is FireFox.

Example

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