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

    Function isSafari

    • Detects if the current browser is Safari (but not iOS Safari or Chrome).

      Returns boolean

      true if the browser is Safari, false otherwise.

      if (isSafari()) {
      // Safari-specific handling
      }