How can I get the number of bytes/packets sent and received for an AJAX call made using JavaScript. I am able to see this data on the Firebug/Console, but is there a way to retrieve this information using JavaScript? I need to show this information for every AJAX call that I perform on my application to the end user.
Asked
Active
Viewed 57 times
0
-
http://stackoverflow.com/questions/7791860/jquery-how-to-check-the-size-of-the-response-object-in-an-ajax-call – Mat Richardson May 31 '13 at 10:16
-
http://stackoverflow.com/questions/2645504/ajax-response-byte-size – Mat Richardson May 31 '13 at 10:16
-
Thanks guys, searched quite a while, couldn't find the relevant one. @FabrizioCalderan link helped. I have voted to close this question for duplication. – Abishek May 31 '13 at 11:47