• Loads a JavaScript file and execute it.

    Parameters

    • url: string

      the JavaScript file path

    • callback: string | CallableFunction

      the function to execute after the JavaScript file loaded.

    • once: boolean

      true means the JavaScript file will be cached.

    Returns void

    Since

    8.0.0