Files
awx/awx/ui/src/screens/TopologyView/utils/webWorker.js
2022-03-08 10:13:47 -08:00

4 lines
120 B
JavaScript

export default function webWorker() {
return new Worker(new URL('./workers/simulationWorker.js', import.meta.url));
}