@vpalmisano/webrtcperf-js
    Preparing search index...

    Function loadScript

    • Loads a script into the document.

      Parameters

      • name: string

        The name of the script to load.

      • src: string = ''

        The source URL of the script.

      • textContent: string = ''

        The text content of the script.

      Returns Promise<unknown>

      The script element that was created.