Is it possible for an AJAX request to be read before the response is complete?

Viewed 3089

I have an ajax request that takes a while to complete, but the server does output some content along the way. If I load the request simply in the browser, I can see the page slowly loading and it can be stopped at any time. Is it possible to access an incomplete ajax request before the server closes the response?

6 Answers
Related