Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created July 25, 2017 02:24
Show Gist options
  • Select an option

  • Save groovecoder/691245c815cf9aa4b1dd5e278c2f4d16 to your computer and use it in GitHub Desktop.

Select an option

Save groovecoder/691245c815cf9aa4b1dd5e278c2f4d16 to your computer and use it in GitHub Desktop.
function emitMsg(type, msg) {
console.log('type: ', type, '; msg: ', msg, '; msg.value: ', msg.value);
//self.port.emit(type, msg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment