Back to Puppeteer

HTTPResponse.frame() method

website/versioned_docs/version-24.40.0/api/puppeteer.httpresponse.frame.md

19.2.2276 B
Original Source

HTTPResponse.frame() method

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

Signature

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

Returns:

Frame | null