Created
July 1, 2015 15:39
-
-
Save ronnieoverby/5c03b16d3cf2a21c8039 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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