JavaScript script to calculate network data consumption of a browser tab

48 Views Asked by At

Is it possible to calculate or record the network data consumption of a browser tab using a JavaScript script or a chrome API?

1

There are 1 best solutions below

0
On

This can be done with Network Information API... Please check MDN:

MDN Reference