You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).