Closed whortaneto closed 7 years ago
Implement a new API exposed by the Chimera object to import a object with function to the web worker and execute them there.
Something like:
chimera.exportToWorker({ executeFibonacci: _fibonacci }).then((worker) => { worker.executeFibonacci })
Implement a new API exposed by the Chimera object to import a object with function to the web worker and execute them there.
Something like: