Specify enumerable property accessibility
authorChristopher Dieringer <cdaringe@users.noreply.github.com>
Mon, 11 Jan 2016 05:02:07 +0000 (21:02 -0800)
committerChristopher Dieringer <cdaringe@users.noreply.github.com>
Mon, 11 Jan 2016 05:02:07 +0000 (21:02 -0800)
docs/api/remote.md

index 2a5881d..7bdbe03 100644 (file)
@@ -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