Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
web_platform_tests
/
webmessaging
/
message-channels
/
004-1.html
blob: b5dd282cdca13b9c20d63bdf19b95b8a0a80824c [
file
] [
log
] [
blame
]
<!doctype html>
<title>
004-1
</title>
<script>
onmessage
=
function
(
e
)
{
var
port
=
e
.
ports
[
0
];
port
.
postMessage
(
e
.
data
);
}
</script>