electron/spec/fixtures/api/send-sync-message.html
2013-09-26 11:27:09 +08:00

9 lines
172 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
var ipc = require('ipc');
ipc.sendChannelSync('send-sync-message', 'message');
</script>
</body>
</html>