-
Notifications
You must be signed in to change notification settings - Fork 718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return the right value for rawResponse
in CDP
#164
Comments
rawContent
and rawResponse
in CDP
Can't find a way to get the byte for any of those :( |
|
Updating the title to better reflect what is missing. |
rawContent
and rawResponse
in CDPrawResponse
in CDP
@paulirish, @ebidel, do you know if there is a way to get the real bytes of a response? I can get the decoded ones but nothing else :( |
@molant replied on ChromeDevTools/devtools-protocol#12 -- It seems like doing a followup request from node is the only workaround for this right now. |
@paulirish Thanks for looking into it! |
If we have to use |
Also, I think that we should change the type of |
After syncing with @alrra my current plan for this is to:
|
Right now
rawContent
returns aBuffer
with the right size but no content, andrawResponse
doesn't return anything.rawContent
rawResponse
The text was updated successfully, but these errors were encountered: