docs: change default return type of Response.finished to string (#5261)
This commit is contained in:
parent
c51a1f96e5
commit
e0f41bf1fd
|
|
@ -8,7 +8,7 @@
|
|||
Returns the buffer with response body.
|
||||
|
||||
## async method: Response.finished
|
||||
- returns: <[null]|[Error]>
|
||||
- returns: <[null]|[string]>
|
||||
|
||||
Waits for this response to finish, returns failure error if request failed.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
## async method: Response.finished
|
||||
* langs: js
|
||||
- returns: <[null]|[Error]>
|
||||
|
||||
### param: ElementHandle.evalOnSelector.expression = %%-js-evalonselector-pagefunction-%%
|
||||
### param: ElementHandle.evalOnSelectorAll.expression = %%-js-evalonselectorall-pagefunction-%%
|
||||
### param: Frame.evalOnSelector.expression = %%-js-evalonselector-pagefunction-%%
|
||||
|
|
|
|||
|
|
@ -85,10 +85,6 @@ Raw script content.
|
|||
* langs: python
|
||||
- returns: <[null]|[string]>
|
||||
|
||||
## async method: Response.finished
|
||||
* langs: python
|
||||
- returns: <[null]|[string]>
|
||||
|
||||
## async method: Page.waitForEvent
|
||||
* langs: python
|
||||
- returns: <[EventContextManager]>
|
||||
|
|
|
|||
Loading…
Reference in a new issue