Is there any way to analyze the fragmented response via AJAX when getting the pieces?
For example, it is server.com/pingconfigured in such a way that it sends a new fragment with some javascript in it, something like ping(), every 10 seconds, which updates the number on the web page visible to the user. Is there a way to parse individual “chunks” of information through AJAX, mostly without reaching the XHR 4 state?
source
share