blob: 91430042ffac32c39874b717c405cfa05916775e [file] [log] [blame]
<html>
<head>
<script>
for (let i = 0; i < 10000; ++i)
myObject.postMessage("Hello:" + i);
</script>
</head>
<body>
<div>post message repeat</div>
</body>
</html>