docs: change page error type to string (#5412)

This commit is contained in:
Yury Semikhatsky 2021-02-10 16:12:04 -08:00 committed by GitHub
parent d39d2eaf4c
commit 60e9216ebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
## event: Page.pageError
* langs: csharp, java
- type: <[string]>
## event: Page.popup
- type: <[Page]>