Merge pull request #5614 from electron/bengotow-remote-docs
Update remote.md to mention enumerable property limitation
This commit is contained in:
commit
d6dffc570c
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ process. Instead, it created a `BrowserWindow` object in the main process and
|
||||||
returned the corresponding remote object in the renderer process, namely the
|
returned the corresponding remote object in the renderer process, namely the
|
||||||
`win` object.
|
`win` object.
|
||||||
|
|
||||||
Please note that only [enumerable properties](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties) are accessible via remote.
|
Please note that only [enumerable properties](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties) which are present when the remote object is first referenced are
|
||||||
|
accessible via remote.
|
||||||
|
|
||||||
## Lifetime of Remote Objects
|
## Lifetime of Remote Objects
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue