mirror of
https://github.com/servo/servo.git
synced 2025-10-09 04:59:23 +01:00
5 lines
120 B
HTML
5 lines
120 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
let ab = new Uint8Array([42, 222]).buffer;
|
|
window.parent.postMessage(ab, '*', [ab]);
|
|
</script>
|