@wailsio/runtime
    Preparing search index...

    Function loadOptionalScript

    • Loads a script from the given URL if it exists. Uses HEAD request to check existence, then injects a script tag. Silently ignores if the script doesn't exist.

      Parameters

      • url: string

      Returns Promise<void>