blob: ed9bd66258190378a5ceafc3cbf4ad889409ade1 [file] [log] [blame]
<html>
<head><title>castChannel</title></head>
<body>
<script>
var reopened = false;
function openHandler() {
cast.__platform__.channel.send('this');
cast.__platform__.channel.send('is');
cast.__platform__.channel.send('a');
cast.__platform__.channel.send('test');
}
cast.__platform__.channel.open(openHandler, function(ignored) {});
</script>
</body>
</html>