Feedback: Node.js integration - it would be helpful to include a browser example as well #452
Answered
by
kettanaito
tedsecretsource
asked this question in
Q&A
FeedbackAs part of my frontend SPA, the browser makes multiple requests to an external backend. It would be helpful to include an example of how to intercept those calls in the documentation. Thanks. |
Answered by
kettanaito
Mar 7, 2025
Replies: 1 comment
|
Hi, @tedsecretsource. Thanks for suggesting this. We have the browser integration as well, but both pages aim only to show you how to enable MSW in those environments. When it comes to request interception, you can intercept any requests regardless of the environment, so the usage is the same here. Here are some pages that can help: I am also in a middle of improving the docs, which will, hopefully, solve your struggle, too. |
0 replies
Answer selected by
kettanaito
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @tedsecretsource. Thanks for suggesting this.
We have the browser integration as well, but both pages aim only to show you how to enable MSW in those environments. When it comes to request interception, you can intercept any requests regardless of the environment, so the usage is the same here.
Here are some pages that can help:
I am also in a middle of improving the docs, which will, hopefully, solve your struggle, too.