Interface NetworkEstimator

Provides estimates on the current network state.

interface NetworkEstimator {
    bandwidth: number;
    roundTripTime: number;
}

Hierarchy (view full)

Properties

bandwidth: number

The estimated network bandwidth in bit/s.

roundTripTime: number

The estimated HTTP request round trip time.

Generated using TypeDoc