4696f7abda
Co-authored-by: Changhao Han <changhaohan@chromium.org>
451 B
451 B
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).