npm.io
1.0.3 • Published 11 years ago

is-firefox

Licence
MIT
Version
1.0.3
Deps
0
Vulns
0
Weekly
0
Stars
1

is-firefox

Check if browser is Firefox

User agent sniffing is considered bad practice and should be avoided if possible.

Install

$ npm install --save is-firefox

Usage

var isFirefox = require('is-firefox');

console.log(isFirefox);
//=> false

License

MIT Andreas Gillström

Keywords