From 2bade868bb75cf52e4eda1ba40e53fa56110fe27 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Thu, 19 May 2016 09:31:02 -0700 Subject: [PATCH] Update remote.md to mention enumerable property limitation #5599 --- docs/api/remote.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/remote.md b/docs/api/remote.md index bf82bad..52f7208 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -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 `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 -- 2.7.4