docs: fix simple typo in api for webview-tag (#19028)
This commit is contained in:
parent
09c3277b42
commit
949f8685d2
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ When the guest page doesn't have node integration this script will still have
|
||||||
access to all Node APIs, but global objects injected by Node will be deleted
|
access to all Node APIs, but global objects injected by Node will be deleted
|
||||||
after this script has finished executing.
|
after this script has finished executing.
|
||||||
|
|
||||||
**Note:** This option will be appear as `preloadURL` (not `preload`) in
|
**Note:** This option will appear as `preloadURL` (not `preload`) in
|
||||||
the `webPreferences` specified to the `will-attach-webview` event.
|
the `webPreferences` specified to the `will-attach-webview` event.
|
||||||
|
|
||||||
### `httpreferrer`
|
### `httpreferrer`
|
||||||
|
|
Loading…
Reference in a new issue