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
Fixes an issue where XMLHttpRequest requests ignored the responseType property when retrieving the mocked response (#69, #70 ). Mocked XMLHttpRequest responses now respect json, blob, and arraybuffer values of the responseType property.