You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I discovered a problem with responseType='document' in FakeXHR.
When using responseType in browser it is usable with XML and with HTML.
FakeXHR only works with XML
should also be usable with content-type='text/html' and then not parsing with XML but instead use a parser with text/html as mime-type
The text was updated successfully, but these errors were encountered: