Skip to content

Instantly share code, notes, and snippets.

@lelinhtinh
Created June 6, 2016 21:13
Show Gist options
  • Save lelinhtinh/4830c63ad2351d76d019e7e451121eb2 to your computer and use it in GitHub Desktop.
Save lelinhtinh/4830c63ad2351d76d019e7e451121eb2 to your computer and use it in GitHub Desktop.
self.addEventListener('message', function(e) {
self.postMessage(e.data + ' World!');
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment