testing a post message

<script>
    console.log("SDK initialised");
    window.postMessage("SDK","*");
</script>

Comments