FirePHP4Chrome
FirePHP4Chrome copied to clipboard
headers, but no log
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
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