@duckduckgo/privacy-dashboard
    Preparing search index...

    Function privacyDashboardSetProtection

    • This message will be sent when the toggle is pressed on, or off via:

      • The primary screen
      • The breakage form

      Parameters

      Returns void

      This message handler is the equivalent of calling the following JavaScript.

      window.webkit.messageHandlers.privacyDashboardSetProtection.postMessage({
      isProtected: true,
      eventOrigin: { screen: "primaryScreen" }
      })