summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fetch/private-network-access/resources/executor.html
blob: d71212951cb63ebd310820d1df7c8789b5fbd316 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset="utf-8">
<title>Executor</title>
<body></body>
<script src="/common/dispatcher/dispatcher.js"></script>
<script>
  const uuid = new URL(window.location).searchParams.get("executor-uuid");
  const executor = new Executor(uuid);
</script>