Skip to content

Instantly share code, notes, and snippets.

@tokuhirom
Created March 8, 2019 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tokuhirom/0fec6aed02930301a6280ccc5e7a864c to your computer and use it in GitHub Desktop.
Save tokuhirom/0fec6aed02930301a6280ccc5e7a864c to your computer and use it in GitHub Desktop.
self.addEventListener('message', function(e){
setInterval(function(){
self.postMessage('tick');
}, 1000);
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment