electron/browser/default_app
Cheng Zhao d723173bc7 Initial RPC API implementation.
Basic usage is:
remote = require 'remote'
Window = remote.require 'window'
w = new Window { width: 800, height: 600 }

Still need to do:
* Beter support for Array type.
* Remote objects should cheat devtools.
* Support cross-process callbacks.
2013-04-24 16:43:01 +08:00
..
index.html Add partial APIs for WebContents and NavigationController. 2013-04-18 15:09:53 +08:00
main.js Initial RPC API implementation. 2013-04-24 16:43:01 +08:00
package.json Initial javascript startup code. 2013-04-15 15:39:54 +08:00