Search code examples
server-pushhttp-streamingxdomainrequest

Is there a way to clear XDomainRequest.responseText in IE8


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


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.