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>