puppeteer/docs/api/puppeteer.httpresponse.frame.md
2023-11-06 10:15:09 +01:00

322 B

sidebar_label
HTTPResponse.frame

HTTPResponse.frame() method

A Frame that initiated this response, or null if navigating to error pages.

Signature:

class HTTPResponse {
  abstract frame(): Frame | null;
}

Returns:

Frame | null