Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requests in the network tab #341

Open
dimitur2204 opened this issue Jun 21, 2022 · 2 comments
Open

Requests in the network tab #341

dimitur2204 opened this issue Jun 21, 2022 · 2 comments

Comments

@dimitur2204
Copy link

Is it possible for axios-mock-adapter to work as it is mocking requests right now, but mimick them as real ones that come in and get shown in the Network tab. Like this lib does (mock-service-worker)[https://mswjs.io/]. The only option I found was to use passThrough(), but that just passes the request on to the network without mocking anything

@mrth2
Copy link

mrth2 commented Dec 13, 2022

+1

@dimitur2204
Copy link
Author

+1

This is probably not happening since it would be quite hard to implement I imagine since it requires a service worker. Don't rely on it if you need it. This https://mswjs.io/ is amazing though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants