Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 451 Bytes

puppeteer.httpresponse.statustext.md

File metadata and controls

17 lines (10 loc) · 451 Bytes

Home > puppeteer > HTTPResponse > statusText

HTTPResponse.statusText() method

Signature:

statusText(): string;

Returns:

string

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