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.
|
Returns the buffer with response body.
|
||||||
|
|
||||||
## async method: Response.finished
|
## async method: Response.finished
|
||||||
- returns: <[null]|[Error]>
|
- returns: <[null]|[string]>
|
||||||
|
|
||||||
Waits for this response to finish, returns failure error if request failed.
|
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.evalOnSelector.expression = %%-js-evalonselector-pagefunction-%%
|
||||||
### param: ElementHandle.evalOnSelectorAll.expression = %%-js-evalonselectorall-pagefunction-%%
|
### param: ElementHandle.evalOnSelectorAll.expression = %%-js-evalonselectorall-pagefunction-%%
|
||||||
### param: Frame.evalOnSelector.expression = %%-js-evalonselector-pagefunction-%%
|
### param: Frame.evalOnSelector.expression = %%-js-evalonselector-pagefunction-%%
|
||||||
|
|
|
||||||
|
|
@ -85,10 +85,6 @@ Raw script content.
|
||||||
* langs: python
|
* langs: python
|
||||||
- returns: <[null]|[string]>
|
- returns: <[null]|[string]>
|
||||||
|
|
||||||
## async method: Response.finished
|
|
||||||
* langs: python
|
|
||||||
- returns: <[null]|[string]>
|
|
||||||
|
|
||||||
## async method: Page.waitForEvent
|
## async method: Page.waitForEvent
|
||||||
* langs: python
|
* langs: python
|
||||||
- returns: <[EventContextManager]>
|
- returns: <[EventContextManager]>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue