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.