docs: WebContents console-message event is emitted for offscreen windows (#20386)

since c3d11a51cc
This commit is contained in:
bughit 2019-10-01 14:32:59 -04:00 committed by John Kleinschmidt
parent ef690c035d
commit 01ed55ff02

View file

@ -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'