From 12f5e5072d878f8e6144b461851efb27ffdafb57 Mon Sep 17 00:00:00 2001 From: Christopher Dieringer Date: Sun, 10 Jan 2016 21:02:07 -0800 Subject: [PATCH] Specify enumerable property accessibility --- docs/api/remote.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/remote.md b/docs/api/remote.md index 2a5881d31ca6..7bdbe0362f60 100644 --- a/docs/api/remote.md +++ b/docs/api/remote.md @@ -36,6 +36,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. + ## Lifetime of Remote Objects Electron makes sure that as long as the remote object in the renderer process