Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 322 Bytes

puppeteer.httpresponse.frame.md

File metadata and controls

19 lines (13 loc) · 322 Bytes
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