Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Jan 7, 2025
1 parent ad55799 commit e4d8cdf
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,6 @@ even if configurations are uploaded.

<img width="300px" src="./media/extension/passthrough-mode.png" />


## Roadmap Features 🚧

### Edit json config in the DevTools

Currently, you can only upload JSON files, but you can't edit them in the DevTools.

### Upload multiple JSON config at once

Currently, you can only upload one JSON file at a time, because
it simplifies the process of validation.

### Multi window support

Currently, you can use multi tabs with different configurations per host, but only one browser window is supported.

### Early request interception

Currently, requests sent before the extension is initialized are not intercepted by JSON handlers.

## Motivation 💡

This extension is a game-changer for both developers and QA testers working with [MSW](https://mswjs.io/). 🧑‍💻👩‍💻
Expand Down Expand Up @@ -107,4 +87,24 @@ You can only install it downloading the build and [loading it as an unpacked ext

### See the demo

[@msw-devtools/demo](https://vkruglikov.github.io/msw-devtools-extension/)
[@msw-devtools/demo](https://vkruglikov.github.io/msw-devtools-extension/)


## Roadmap Features 🚧

### Edit json config in the DevTools

Currently, you can only upload JSON files, but you can't edit them in the DevTools.

### Upload multiple JSON config at once

Currently, you can only upload one JSON file at a time, because
it simplifies the process of validation.

### Multi window support

Currently, you can use multi tabs with different configurations per host, but only one browser window is supported.

### Early request interception

Currently, requests sent before the extension is initialized are not intercepted by JSON handlers.

0 comments on commit e4d8cdf

Please sign in to comment.