Вопрос

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

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top