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

    Function addJsonRequestOverride

    • Adds a JSON request override for a given URL.

      Parameters

      • url: string

        The URL to override (regex supported).

      • override: any

        The override javascript object. Any fetch response with a Content-Type header of application/json will be merged with the given javascript object.

      Returns void