-
Notifications
You must be signed in to change notification settings - Fork 88
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
Request interception #83
Comments
I overlooked
The trace of one of the error messages looks like this:
It looks like there are 2 requests that cause errors, and another error is triggered on |
Did you manage to do request interception? |
You can look at my PR #118, I added an example |
@Sytten Can you give a example to get the reponse body after requesting network with a given url ? |
It's been a while since I touched this code, there is probably an event you can listen to to get that data. I don't have that need, but feel free to share if you manage to do it. |
Would it be possible to do this on the browser level, so that setting it up once affects all pages? I tried following the example, but it didn't work because Is there another way? And if not, Would it be worth it (or even possible) implementing the |
Is request interception supported? I see
NetworkManager
functions that seem like they may enable request interception (they appear to be related toHandler
and notPage
), but I don't see how to implement them in my own code.The text was updated successfully, but these errors were encountered: