RAGS - v1.10.0
    Preparing search index...

    Variable networkRates

    networkRates: () => { down: number; up: number }

    Type Declaration

      • (): { down: number; up: number }
      • Returns network download/upload rates in bytes per second.

        Computes the delta since the last call. First call returns { down: 0, up: 0 }.

        Returns { down: number; up: number }

        Object with down and up rates in bytes/sec