Library API
    Preparing search index...

    Function alert

    • Displays a native browser alert dialog with the provided message.

      Parameters

      • msg: any

        The message to display in the alert dialog

      Returns void

      alert('Operation completed successfully!');