Skip to content

v0.5.1

Compare
Choose a tag to compare
@kettanaito kettanaito released this 06 Sep 10:06

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 the error event, and only then the abort event.