Question

I'm implementing server push solution.

Is there a way to clear XDomainRequest.responseText of IE8, since it gets filled with the every response chunk?

(to get same effect as in Firefox xhr.responseText with multipart where it contains only the last response part.)

Was it helpful?

Solution

It turns out there is no way to change this behavior. Check out the comments where former product manager for IE says it's a limitation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top