<script>
window.createClosure = function() {
var MessageChannelConstructor = window.MessageChannel;
var channel;
return function() {
return new MessageChannelConstructor;
}
}
</script>
<p>Attacker iframe.</p>
<script>
window.createClosure = function() {
var MessageChannelConstructor = window.MessageChannel;
var channel;
return function() {
return new MessageChannelConstructor;
}
}
</script>
<p>Attacker iframe.</p>