Skip to content

Instantly share code, notes, and snippets.

@ronnieoverby
Created July 1, 2015 15:39
Show Gist options
  • Save ronnieoverby/5c03b16d3cf2a21c8039 to your computer and use it in GitHub Desktop.
Save ronnieoverby/5c03b16d3cf2a21c8039 to your computer and use it in GitHub Desktop.
onmessage = function(msg) {
// TODO: long running code that uses msg.data to figure out answer to everything
postMessage(42);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment