Skip to content

Instantly share code, notes, and snippets.

@haxiomic
haxiomic / timelord.js
Last active January 5, 2021 15:39
TimeLord.js: hack javascript's sense of time
window.TimeLord = (function(){
/*
# Time accounted for
Date.now()
window.performance.now()
window.setInterval(...)
window.setTimeout(...)
window.requestAnimationFrame(...)
# Not accounted for