fwd_messages_upward.html (224B)
1 <html> 2 <head> 3 <title>Controlled doc for test_update.html</title> 4 </head> 5 <body> 6 <script> 7 8 "use strict"; 9 10 navigator.serviceWorker.onmessage = (e) => { 11 window.parent.postMessage(e.data, "*"); 12 }; 13 14 </script> 15 </body>