Browse Source

Specify enumerable property accessibility

Christopher Dieringer 9 years ago
parent
commit
12f5e5072d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/api/remote.md

+ 2 - 0
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