Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 268 Bytes

puppeteer.httpresponse.statustext.md

File metadata and controls

19 lines (13 loc) · 268 Bytes
sidebar_label
HTTPResponse.statusText

HTTPResponse.statusText() method

The status text of the response (e.g. usually an "OK" for a success).

Signature:

class HTTPResponse {
  abstract statusText(): string;
}

Returns:

string