Skip to content

v0.32.1

Compare
Choose a tag to compare
@kettanaito kettanaito released this 20 Jul 14:13

Bug fixes

  • Fixes an issue that resulted in corrupted original response bodies if they were compressed with gzip (mswjs/interceptors#136, #822).
  • Fixes an issue that resulted in a memory leak of event listeners when retrieving the IncomingMessage body of the original response in Node.js (mswjs/interceptors#140, #785).
  • Fixes an issue that resulted in the "cannot run in a non-browser environment" error when running MSW in an Electron renderer process (#661, #817, #823).