Skip to content

Releases: mswjs/interceptors

v0.1.6

05 May 07:06
Compare
Choose a tag to compare

Bug fixes

  • Fixes an issue that resulted into request body not being written in ClientRequest
  • Fixes an issue that resulted into request body not being sent in XMLHttpRequest
  • Fixes an issue that resulted into original XMLHttpRequest not being called with the same arguments to req.open()

Internal

  • Adds unit tests to assert interception and response mocking as separate units of functionality