prefetch-exec.html (259B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Message BC</title> 4 <script src="/common/dispatcher/dispatcher.js"></script> 5 <script> 6 "use strict"; 7 const params = new URLSearchParams(location.search); 8 window.executor = new Executor(params.get("key")); 9 </script>