Add spec for destroying synchronous event.
This commit is contained in:
parent
65176761f4
commit
5480cf58c2
4 changed files with 33 additions and 3 deletions
9
spec/fixtures/api/send-sync-message.html
vendored
Normal file
9
spec/fixtures/api/send-sync-message.html
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<body>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
var ipc = require('ipc');
|
||||
ipc.sendChannelSync('send-sync-message', 'message');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue