Search code examples
javascriptjqueryhtmlweb-applicationsweb-widget

JS to monitor data usage?


I'm building a simple html5 app to monitor the total network traffic that's incoming and outgoing. Is it possible to know your bandwidth usage using js?


Solution

  • Not for the whole system -- at least not without some sort of client-side addon installed.