onMessage.js 76 Bytes Raw Blame History Permalink 1 2 3 module.exports = (worker, handler) => { worker.on('message', handler); };