Skip to content

Commit 2bade86

Browse files
committed
Update remote.md to mention enumerable property limitation
electron#5599
1 parent a2b6731 commit 2bade86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api/remote.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ process. Instead, it created a `BrowserWindow` object in the main process and
3737
returned the corresponding remote object in the renderer process, namely the
3838
`win` object.
3939

40-
Please note that only [enumerable properties](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties) are accessible via remote.
40+
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
41+
accessible via remote.
4142

4243
## Lifetime of Remote Objects
4344

0 commit comments

Comments
 (0)