doc: Fix return type in response.text()
This commit is contained in:
parent
e8b4288623
commit
ab125f6a69
@ -1221,7 +1221,7 @@ Contains a boolean stating whether the response was successful (status in the ra
|
|||||||
Contains the status code of the response (e.g., 200 for a success).
|
Contains the status code of the response (e.g., 200 for a success).
|
||||||
|
|
||||||
#### response.text()
|
#### response.text()
|
||||||
- returns: <Promise<[text]>> Promise which resolves to a text representation of response body.
|
- returns: <[Promise]<[string]>> Promise which resolves to a text representation of response body.
|
||||||
|
|
||||||
#### response.url
|
#### response.url
|
||||||
- <[string]>
|
- <[string]>
|
||||||
|
Loading…
Reference in New Issue
Block a user