electron/renderer/api/lib
Cheng Zhao ef5a4b5fe0 Pass synchronous messages by JSON string.
We are going to use IPC_MESSAGE_HANDLER_DELAY_REPLY to handle
synchronous messages but DictionaryValue is not copyable, so we pass the
JSON string instead.
2013-09-20 22:32:59 +08:00
..
ipc.coffee Pass synchronous messages by JSON string. 2013-09-20 22:32:59 +08:00
remote.coffee Make sure all sync messages get a return value. 2013-09-20 21:39:07 +08:00