electron/spec/fixtures/api/send-sync-message.html

10 lines
165 B
HTML
Raw Normal View History

<html>
<body>
<script type="text/javascript" charset="utf-8">
var ipc = require('ipc');
2014-04-29 03:54:12 +00:00
ipc.sendSync('send-sync-message', 'message');
</script>
</body>
</html>