mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Format the docs according to style guide
This commit is contained in:
@@ -26,9 +26,11 @@ The `features` string follows the format of standard browser, but each feature
|
||||
has to be a field of `BrowserWindow`'s options.
|
||||
|
||||
**Notes:**
|
||||
* Node integration will always be disabled in the opened `window` if it
|
||||
is disabled on the parent window.
|
||||
* Non-standard features (that are not handled by Chromium or Electron such `this-is-not-a-standard-feature`) given in features will be passed to any registered `webContent`'s `new-window` event handler in the `additional_features` argument.
|
||||
* Node integration will always be disabled in the opened `window` if it is
|
||||
disabled on the parent window.
|
||||
* Non-standard features (that are not handled by Chromium or Electron) given in
|
||||
`features` will be passed to any registered `webContent`'s `new-window` event
|
||||
handler in the `additionalFeatures` argument.
|
||||
|
||||
### `window.opener.postMessage(message, targetOrigin)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user