isFirefox

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.is

Detect if is firefox

Params

  1. ua”navigator.userAgent”String

    The user agent on which to make the test

Return

  1. -Boolean

    true if is firefox, false if not

Example

import { isFirefox } from '@blackbyte/sugar/is'
if (isFirefox()) {
  // do something cool
}

Todo

  • testsnormal