Skip to content
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
@jamie-pate

Description

@jamie-pate

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions