Files
UXP-Fixed/dom/workers/test/serviceworkers/fetch/https/index.html
T
2018-02-02 04:16:08 -05:00

5 lines
87 B
HTML

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