@umbraco-cms/backoffice
    Preparing search index...

    Function isFirefox

    • Detects if the current browser is Firefox.

      Returns boolean

      true if the browser is Firefox, false otherwise.

      if (isFirefox()) {
      // Firefox-specific handling
      }