debug.js icon indicating copy to clipboard operation
debug.js copied to clipboard

Tracking XHR and fetch requests as in Chrome/Firefox DevTools

Open DarkCat09 opened this issue 1 year ago • 1 comments

DarkCat09 avatar Aug 02 '22 06:08 DarkCat09

Unfortunately, this debugger runs in JavaScript and cannot actively track the requests.

An alternative we can do is create a function for http communication, embed the log in it and call it.

takashiharano avatar Aug 02 '22 10:08 takashiharano