mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-26 10:28:47 +00:00
7 lines
136 B
HTML
7 lines
136 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
navigator.serviceWorker.onmessage = function(e) {
|
|
window.parent.postMessage(e.data, "*");
|
|
};
|
|
</script>
|