mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
245 B
245 B
sidebar_label |
---|
HTTPResponse.status |
HTTPResponse.status() method
The status code of the response (e.g., 200 for a success).
Signature:
class HTTPResponse {
abstract status(): number;
}
Returns:
number