blob: 0937086d72d011d81a380e31e97b5c6a0746f02d [file] [log] [blame]
// Import a remote origin script.
import('https://{{domains[www1]}}:{{ports[https][0]}}/workers/modules/resources/export-on-load-script.js')
.then(module => postMessage(module.importedModules))
.catch(e => postMessage(['ERROR']));