-
### What version of `kubb` is running?
3.0.11
### What kind of platform do you use?
Linux
### How does your `kubb.config.ts` config look like
```typescript
import { defineConfig } from "@kubb/cor…
-
We are fixing `ReadableStream` but should also add `WritableStream` and friends:
- WritableStream
- WritableStreamDefaultWriter
- WritableStreamDefaultController
-
### 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…
-
### 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…
am-ma updated
1 month ago
-
### Description
Everytime I add new mocks that are slightly more involved, I wish I could just navigate to the API endpoint in my browser and view the response so I can see what is happening.
Cu…
-
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…
-
Use MSW for api calls
-
It would be great if the starter can support mock for graphql like here - https://mswjs.io/docs/network-behavior/graphql
-
Hi, first of all, thanks for this amazing library, I find it useful both serverside and in React apps!
This is my first post here, so please let me know if I can provide more info or code samples.
…
-
API가 개발되는 동안 더미 데이터를 어플리케이션 로직에 추가했다가 나중에 지우는 게 마음에 안 들었는데,
이번에 백엔드 서버가 다운된 김에 프론트엔드 입장에서 좀더 똑똑하게 백엔드와 협업할 방법을 찾아봤습니다.
## 📝 MSW (Mock Service Worker) 라이브러리
[MSW](https://mswjs.io/) 는 간단히 설명하자면 …