konowebcodecs/src/worker/browser/terminateWorker.js
2019-10-24 07:47:11 +08:00

11 lines
159 B
JavaScript

/**
* terminateWorker
*
* @name terminateWorker
* @function terminate worker
* @access public
*/
module.exports = (worker) => {
worker.terminate();
};