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

    Function watchObjectProperty

    • Watches a property of an object.

      Parameters

      • object: any

        The object to watch.

      • name: string

        The name of the property to watch.

      • cb: (newValue: any, oldValue: any) => void

        The callback to call when the property changes. It receives the new value and the old value.

      Returns void