mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
8 lines
136 B
HTML
8 lines
136 B
HTML
|
|
<!doctype html>
|
||
|
|
<title>004-1</title>
|
||
|
|
<script>
|
||
|
|
onmessage = function(e) {
|
||
|
|
var port = e.ports[0];
|
||
|
|
port.postMessage(e.data);
|
||
|
|
}
|
||
|
|
</script>
|