From 48218fae8ad199ef121fe78f9da7714bd71b3f38 Mon Sep 17 00:00:00 2001 From: Michael Stillwell Date: Mon, 5 Feb 2018 22:45:35 +0000 Subject: [PATCH] docs(api.md): `page.error` event dispatchers error --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 76c24e40e87..370ec3b8028 100644 --- a/docs/api.md +++ b/docs/api.md @@ -479,7 +479,7 @@ Emitted when the JavaScript code makes a call to `console.timeStamp`. For the li of metrics see `page.metrics`. #### event: 'pageerror' -- <[string]> The exception message +- <[Error]> The exception message Emitted when an uncaught exception happens within the page.