sesaparcours
    Preparing search index...
    • Wrapper to window.prompt() that app developers may override to provide alternatives to the modal browser window. Built-in browser prompts are often used for better text input experience on mobile device. We strongly recommend testing mobile when overriding this.

      Parameters

      • message: string

        The message to display to the user.

      • defaultValue: string

        The value to initialize the prompt with.

      • callback: (_0: string) => any

        The callback for handling user response.

      Returns void