mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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).