FirePHP4Chrome icon indicating copy to clipboard operation
FirePHP4Chrome copied to clipboard

headers, but no log

Open bkdotcom opened this issue 6 years ago • 1 comments

thoughts on why I might see headers in the response, but no log "rendered" in the console? I can copy paste the headers and generate a bare-bones request with them and I get the log... but when the log is sent with a real page's output... bupkis

bkdotcom avatar Mar 16 '18 21:03 bkdotcom

I've never written an extension, but I believe this is a chrome bug...

chrome.devtools.network.onRequestFinished not always fired (esp for ajax requests?)

https://bugs.chromium.org/p/chromium/issues/list?q=onRequestFinished

FWIW Curious why the chromlogger extension is working... it seems to subscribe to chrome.webRequest.onResponseStarted instead https://github.com/ccampbell/chromelogger/blob/master/chromelogger.js

bkdotcom avatar Mar 18 '18 04:03 bkdotcom