-
With #613 and #616, we've improved how the XHR interceptor calculates the `total` length of the request/response bodies. There are, however, cases when that length won't be calculated. For example, if…
-
refs: https://mswjs.io
-
- [ ] Pass all tests using `bun run`
- [ ] Include Bun in the CI test matrix
-
Hi!
I've got an issue that whenever this add-on is enabled *and* Chrome dev tools is opened, Storybook keeps reloading the page, which makes it impossible to use. When I unregister the worker (via …
-
I’ve added MSW (v2.4.3) into our project to mock the API requests, but after doing so, I encountered the following error:
[ERR_INVALID_PROTOCOL]: Protocol "https:" not supported. Expected "http:" (…
-
Hello!
I have been using playwright-msw in a project but after the migration to nodejs 18, it stopped working.
We had to use a msw 'next' version because they don't have plans to support it on 1…
-
## 公式
https://mswjs.io/
## install
※若干バージョン古い
```
docker exec -it reactjest npm i -D msw@0.39.2
```
-
**Describe the bug**
Request from / intercepted from service worker are not shown, in my opinion, a couple of days / weeks ago, it worked, but now we don't see any request that are intercepted by MSW…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Arc…
-
With the update to react query some of the demo mode mocks were out of date.
This epic is to track the work on updating all the demo mode mocks to more accurately represent what the api returns using…