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.)

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top