Update docs/api/browser-view.md

This commit is contained in:
Justin Halsall 2023-12-04 14:13:09 +01:00 коммит произвёл GitHub
Родитель 688682c3b5
Коммит b57d41181a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -41,7 +41,7 @@ Objects created with `new BrowserView` have the following properties:
#### `view.webContents` _Experimental_
A `WebContents | null` property that returns the `WebContents` owned by this view or `null` if the contents are [destroyed](web-contents.md#event-destroyed).
A `WebContents | null` property that returns the `WebContents` owned by this view or `null` if the contents are [destroyed](web-contents.md#event-destroyed).
### Instance Methods