Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
common
/
dispatcher
/
remote-executor-worker.js
blob: afba4bae24f5b1de41d314760ddc82acd1256f52 [
file
] [
log
] [
blame
]
importScripts
(
'./dispatcher.js'
);
const
params
=
new
URLSearchParams
(
location
.
search
);
const
uuid
=
params
.
get
(
'uuid'
);
const
executor
=
new
Executor
(
uuid
);
// `execute()` is called in constructor.