You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cool, project. I was curious if there are event handlers for Request & Response events? I want to be able to track all the API calls that a website is making as I am navigating. I didn't see anything in this realm when browsing the examples.
Also, I know Chrome dev tools supports exporting a HAR (HTTP archive file), which would be great too.
The text was updated successfully, but these errors were encountered:
Hi @gtokman atm we do not have any event handlers for this. We should be able to set the event on the browser with a subscription or storing the data in a collection.
Cool, project. I was curious if there are event handlers for
Request
&Response
events? I want to be able to track all the API calls that a website is making as I am navigating. I didn't see anything in this realm when browsing the examples.Also, I know Chrome dev tools supports exporting a HAR (HTTP archive file), which would be great too.
The text was updated successfully, but these errors were encountered: