<!DOCTYPE html>
<meta charset="utf-8">
<title>Helper that posts its parent a TypeError</title>
<script>
window.doIt = () => {
parent.postMessage(new TypeError("!!"), "*");
};
</script>
<!DOCTYPE html>
<meta charset="utf-8">
<title>Helper that posts its parent a TypeError</title>
<script>
window.doIt = () => {
parent.postMessage(new TypeError("!!"), "*");
};
</script>