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 коммит произвёл John Kleinschmidt
Родитель ef690c035d
Коммит 01ed55ff02
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -705,8 +705,7 @@ Returns:
* `line` Integer * `line` Integer
* `sourceId` String * `sourceId` String
Emitted when the associated window logs a console message. Will not be emitted Emitted when the associated window logs a console message.
for windows with *offscreen rendering* enabled.
#### Event: 'preload-error' #### Event: 'preload-error'