Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added support for FormData and other response bodies in 0.2.2.
  • Loading branch information
IanVS authored Jun 19, 2024
1 parent 3c15a37 commit 2887dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ This is very early, experimental software. There are probably a lot of bugs, so
Here are the known issues so far:

- [x] MSW starts up asynchronously, whereas Mirage up to now has always been completely synchronous. We will probably need to make a breaking change to Mirage to make `createServer` an async function. (Added in mirage 0.2.0-alpha.1)
- [ ] Currently no support for FormData requests.
- [x] Currently no support for FormData requests.
- [ ] Only works in the browser, same as pretender. But MSW does have an option for node.js, so we may be able to support that in the future. (https://github.com/miragejs/mirage-msw/issues/17)

0 comments on commit 2887dae

Please sign in to comment.