-
**What is this feature or what feature is this part of?**
explore the partners, public, backend, and ui-components for packages that are outdated
**Additional context**
If possible, find out what…
-
### 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 con…
-
### 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 contai…
-
Hello, I understand that this is a low-level library, but does that mean that we shouldn't be using it at all?
Looking at the documentation it is not clear on how to actually mock the webSocket sub…
-
I seem to get this error seemingly at random when running the tests.
Following the stack trace just takes me to the very bottom of my story file.
```
FAIL browser: chromium src/Tag.stories.ts…
-
hi, we have code that looks like this:
```
const interceptor = new BatchInterceptor(...); // console.log to print requests and responses
const p1 = fetch('x.com');
const p2 = fetch('y.com');
aw…
-
Socket Interception
#ideas
Over the years, I sat down to write Socket-based interceptor at least half a dozen times. It never ended fruitfully. This time, I decided to at least document my finding…
-
**Describe the solution you'd like**
I'd like to be able to allow certain matching urls to be passed through and handled normally instead of intercepting and giving 404.
**Describe alternatives …
-
[According to docs](https://nodejs.org/api/http.html#messagedestroyerror), `response.destroy(err)` emits `error` event.:
> If error is provided, an 'error' event is emitted on the socket and error …
-
### Scope
Adds a new behavior
### Compatibility
- [x] This is a breaking change
### Feature description
I am trying to mock a HTML form submission using MSW, but it seems that MSW doesn't interce…