Skip to content

Instantly share code, notes, and snippets.

@taterbase
Created January 18, 2017 01:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taterbase/2ae40d4e92c541a57d23b81061eb0551 to your computer and use it in GitHub Desktop.
Save taterbase/2ae40d4e92c541a57d23b81061eb0551 to your computer and use it in GitHub Desktop.
Performance Worker
onmessage = function() {
postMessage(performance.now())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment