Releases: mswjs/interceptors
Releases · mswjs/interceptors
v0.1.6
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 toreq.open()
Internal
- Adds unit tests to assert interception and response mocking as separate units of functionality