msw icon indicating copy to clipboard operation
msw copied to clipboard

Seamless REST/GraphQL API mocking library for browser and Node.js.

Results 207 msw issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:node
needs:triage

https://github.com/mswjs/msw/blob/d97a528914df6a656dfe7b1f63985c85845df533/src/browser/setupWorker/start/createResponseListener.ts#L58 as stated in the title, i'm running into an issue where we're entering this if block because `!response.url === true`. however, request is undefined. this results in error cascading...

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:browser
needs:triage

fix error `cannot read properties of undefined (reading 'url')` (ref. https://github.com/mswjs/msw/issues/2193) ![image](https://github.com/user-attachments/assets/66078e94-98a5-47f0-b2fe-603447bac14f) This bug is said to be fixed in the latest version, but it's still an issue for some...

> [!WARNING] > As much as I hate this, this _is_ a breaking change. Some of your existing handlers may start matching differently if they contain one of the dropped...

release candidate
BREAKING CHANGE

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:browser
needs:triage

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:browser
needs:triage

- Related to https://github.com/mswjs/msw/discussions/2010, https://github.com/mswjs/msw/pull/2011 - Implements https://github.com/mswjs/msw/discussions/2010#discussioncomment-10297390 This pull request aims to accomplish a few things: 1. Give the developer a clear API to modify the incoming/outgoing data in...

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:browser
needs:triage

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
help wanted
good first issue
scope:node
DX
needs:triage