mirror of
https://github.com/servo/servo.git
synced 2025-10-16 00:10:23 +01:00
7 lines
152 B
HTML
7 lines
152 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<script>
|
|
addEventListener('message', evt => {
|
|
evt.source.postMessage(evt.data, '*', [evt.data]);
|
|
});
|
|
</script>
|