Alternative to Sys.time() for html5

Turns out Sys.time() doesn’t work for the html5 target. What else could I use?

or js.Browser.window.performance.now() for high-res time stamp
https://api.haxe.org/js/html/Performance.html

Thanks, I am using Timer.stamp().