chromium/third_party/blink/web_tests/external/wpt/html/browsers/browsing-the-web/remote-context-helper/resources/executor-worker.js

'use strict';

importScripts('/common/dispatcher/dispatcher.js', './executor-common.js');

function addScript(url) {
  importScripts(url);
}

const params = new URLSearchParams(location.search);
addScripts(params.getAll('script'));

startExecutor(params.get('uuid'));