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>
424 B
424 B
Home > puppeteer > HTTPResponse > status
HTTPResponse.status() method
Signature:
status(): number;
Returns:
number
The status code of the response (e.g., 200 for a success).