Skip to content

Instantly share code, notes, and snippets.

@lkLeonov
Created December 4, 2016 00:13
Show Gist options
  • Save lkLeonov/3177012927e92ef3d90a224b1cc68807 to your computer and use it in GitHub Desktop.
Save lkLeonov/3177012927e92ef3d90a224b1cc68807 to your computer and use it in GitHub Desktop.
self.addEventListener('message', function(e) {
self.postMessage(e.data);
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment