summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/preload/resources/prefetch-exec.html
blob: 1d6765bc93e4496fbd0c87dbca9c5b7a3ab5b48e (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset="utf-8">
<title>Message BC</title>
<script src="/common/dispatcher/dispatcher.js"></script>
<script>
"use strict";
const params = new URLSearchParams(location.search);
window.executor = new Executor(params.get("key"));
</script>