@svta/common-media-library
    Preparing search index...

    Type Alias ThroughputEstimatorBeta

    Throughput Estimator.

    type ThroughputEstimator = {
        getEstimate(): number;
        sample(sample: ResourceTiming): void;
    }
    Index

    Methods

    • Returns the current estimate of the throughput (in bytes per second)

      Returns number

      The current estimate of the throughput