Created
January 18, 2017 01:44
-
-
Save taterbase/2ae40d4e92c541a57d23b81061eb0551 to your computer and use it in GitHub Desktop.
Performance Worker
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() { | |
postMessage(performance.now()) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment