From 01ed55ff02b08fe1c3e20f0ca7dd026a7a26ee85 Mon Sep 17 00:00:00 2001 From: bughit Date: Tue, 1 Oct 2019 14:32:59 -0400 Subject: [PATCH] docs: WebContents console-message event is emitted for offscreen windows (#20386) since c3d11a51cc03ec5e891ab6d86e8f6f2abe56cf58 --- docs/api/web-contents.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 52a1a39b88..331166f1f9 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -705,8 +705,7 @@ Returns: * `line` Integer * `sourceId` String -Emitted when the associated window logs a console message. Will not be emitted -for windows with *offscreen rendering* enabled. +Emitted when the associated window logs a console message. #### Event: 'preload-error'