docs: change page error type to string (#5412)
This commit is contained in:
parent
d39d2eaf4c
commit
60e9216ebb
|
|
@ -236,6 +236,10 @@ Emitted when the JavaScript [`load`](https://developer.mozilla.org/en-US/docs/We
|
||||||
|
|
||||||
Emitted when an uncaught exception happens within the page.
|
Emitted when an uncaught exception happens within the page.
|
||||||
|
|
||||||
|
## event: Page.pageError
|
||||||
|
* langs: csharp, java
|
||||||
|
- type: <[string]>
|
||||||
|
|
||||||
## event: Page.popup
|
## event: Page.popup
|
||||||
- type: <[Page]>
|
- type: <[Page]>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue