puppeteer-har
puppeteer-har copied to clipboard
Response body is truncated
Some response bodies are truncated when using saveResponse
option.
This is due to the fact that you are not waiting for Network.loadingFinished
See: https://github.com/ChromeDevTools/devtools-protocol/issues/44#issuecomment-320127404
just ➕ this issue and pr
@Everettss any thoughts on the associated PR here?
fwiw this helps unblock uses cases which want to use the saveResponse
option on larger response bodies (like, say, uncompressed html).
Hey there! Since this functionality is important for us we've started maintaining this package over at https://github.com/auteon/puppeteer-har. The API has changed slightly and the whole thing is written in TypeScript now.
Hi @frontendphil thanks for the fix! Do you intend on maintaining that and enabling GitHub issues?
Hey there! Since this functionality is important for us we've started maintaining this package over at https://github.com/auteon/puppeteer-har. The API has changed slightly and the whole thing is written in TypeScript now.
Sorry, but your fork is not usable and is trying to install a bunch of git hooks into my repo. Can you publish on NPM