Skip to content

Conversation

@karlseguin
Copy link
Collaborator

With networking enabled, CDP listens to this event and emits a Network.loadingFinished event. This is event is used by puppeteer to know that details about the response (i.e. the body) can be queries.

Added dummy handling for the Network.getResponseBody message. Returns an empty body. Needed because we emit the loadingFinished event which signals to drivers that they can ask for the body.

With networking enabled, CDP listens to this event and emits a
`Network.loadingFinished` event. This is event is used by puppeteer to know that
details about the response (i.e. the body) can be queries.

Added dummy handling for the Network.getResponseBody message. Returns an
empty body. Needed because we emit the loadingFinished event which signals
to drivers that they can ask for the body.
@karlseguin karlseguin merged commit 7cc9521 into main Aug 21, 2025
10 checks passed
@karlseguin karlseguin deleted the http_request_done_notification branch August 21, 2025 01:23
@github-actions github-actions bot locked and limited conversation to collaborators Aug 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants