mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
6 lines
136 B
HTML
6 lines
136 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
navigator.serviceWorker.onmessage = function(e) {
|
|
window.parent.postMessage(e.data, "*");
|
|
};
|
|
</script>
|