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.
|
||
|---|---|---|
| .. | ||
| lib | ||
| atom_api_browser_ipc.cc | ||
| atom_api_browser_ipc.h | ||
| atom_api_event.cc | ||
| atom_api_event.h | ||
| atom_api_event_emitter.cc | ||
| atom_api_event_emitter.h | ||
| atom_api_objects_registry.cc | ||
| atom_api_objects_registry.h | ||
| atom_api_recorded_object.cc | ||
| atom_api_recorded_object.h | ||
| atom_api_window.cc | ||
| atom_api_window.h | ||
| atom_browser_bindings.cc | ||
| atom_browser_bindings.h | ||