I have ajax
request with get
method which is return the some dynamic data. I want to check size of response and how much it loaded.
Basically I want to make a progress bar with javascript. There is plenty of plugins available on internet but I want to make my own with help.
So I just need reference how to get these thing done. there is two thing which I need is total data size (kb) and how much it loaded.