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).