docs(http): Add mention to default value 'OK' for statusText. #23334 (#23494)

PR Close #23494
This commit is contained in:
Gautier Pelloux-Prayer 2018-04-22 11:08:56 +02:00 committed by Andrew Kushnir
parent 2ae3fa009e
commit 938abc03bc
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ export abstract class HttpResponseBase {
readonly status: number;
/**
* Textual description of response status code.
* Textual description of response status code, defaults to OK.
*
* Do not depend on this.
*/