1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-26 18:28:31 +00:00
Files
UXP/dom/workers/test/serviceworkers/fetch/https/index.html
T

5 lines
87 B
HTML

<!DOCTYPE html>
<script>
window.parent.postMessage({status: "done"}, "*");
</script>