sesaparcours
    Preparing search index...
    • Wrapper to window.confirm() that app developers may override to provide alternatives to the modal browser window.

      Parameters

      • message: string

        The message to display to the user.

      • callback: (_0: boolean) => any

        The callback for handling user response.

      Returns void