I wants to access server web page which data is continuously growing(streaming data), I want to buffered some of that data write it in responseText then again get next buffered data write it and so on (in AJAX).
Is it possible? if yes how to do that?
Is it possible? if yes how to do that?
Comment