1 2 3 4 5 6 7 8
<!doctype html> <title>004-1</title> <script> onmessage = function(e) { var port = e.ports[0]; port.postMessage(e.data); } </script>