Closed jsoverson closed 4 years ago
This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation. If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under component: Platform>DevTools>Platform
. Thanks in advance!
I'm encountering an issue where intercepted requests of type Document at the "HeadersReceived" stage are throwing the error "Can only get response body on requests captured after headers received" when trying to retrieve the response body. The same code works fine on Script and Image resources
Reproducible test case (via puppeteer):
Expected: Chromium pops up and loads google
Actual: Get an error in terminal
Versions: