This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
responseText is still buggy on ie8 #4464
Closed
Description
Sometimes ie8 will not load xhr content. The fix for #1922 seems to cause an additional problem in ie8 because it checks for xhr.responseType, which unfortunately is set manually to the responseType passed in. This causes ie8 to use xhr.response instead of xhr.responseText (sometimes?)
This commit introduced the issue. 509ec74