HTTPResponse.statusText() 方法
¥HTTPResponse.statusText() method
响应的状态文本(例如,通常为 "OK" 表示成功)。
¥The status text of the response (e.g. usually an "OK" for a success).
签名
¥Signature
class HTTPResponse {
abstract statusText(): string;
}
Returns:
string