v0.5.1
Bug fixes
- Fixes an issue that resulted into middleware exceptions not being handled properly in
XMLHttpRequest
instances (mswjs/msw#355, #54). Now any middleware exception first triggers theerror
event, and only then theabort
event.
XMLHttpRequest
instances (mswjs/msw#355, #54). Now any middleware exception first triggers the error
event, and only then the abort
event.