8 lines
No EOL
148 B
HTML
8 lines
No EOL
148 B
HTML
<!doctype html>
|
|
<title>crosss-document-1</title>
|
|
<script>
|
|
onmessage = function(e) {
|
|
var port = e.ports[0];
|
|
port.postMessage(e.data);
|
|
}
|
|
</script> |