is-firefox

WebJar for is-firefox

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-firefox
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

is-firefox
WebJar for is-firefox
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/gillstrom/is-firefox

Download is-firefox

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-firefox/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>is-firefox</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-firefox/
implementation 'org.webjars.npm:is-firefox:1.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/is-firefox/
implementation ("org.webjars.npm:is-firefox:1.0.3")
'org.webjars.npm:is-firefox:jar:1.0.3'
<dependency org="org.webjars.npm" name="is-firefox" rev="1.0.3">
  <artifact name="is-firefox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-firefox', version='1.0.3')
)
libraryDependencies += "org.webjars.npm" % "is-firefox" % "1.0.3"
[org.webjars.npm/is-firefox "1.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.3