Firefox devtools shows GET/POST requests in the console. It would be nice to do something similar, albeit simpler.
A good way to think about it would be logpoints, for API calls. This would give us a console message with the event arguments as well as an execution point that we could seek to where the requests were handled.