You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first encountered this when using chrome and javascript parser. The parser would fail on large scripts. After some debugging I find out the code we are passing is sometimes truncated.
To make sure the body is available, `getResponseBody` has to be called
after the `loadingFinished` event is received for the `requestId`.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Fix#1325Close#1337
I first encountered this when using
chrome
andjavascript
parser. The parser would fail on large scripts. After some debugging I find out the code we are passing is sometimes truncated.The reasons seems similar to ChromeDevTools/devtools-protocol#44
Looks like we should be waiting for
Network.loadingFinished
before fetching the content.I'll work on this.
The text was updated successfully, but these errors were encountered: