js_of_ocaml icon indicating copy to clipboard operation
js_of_ocaml copied to clipboard

[FEATURE REQUEST] window.performance.now is not provided

Open adrien-n opened this issue 7 years ago • 2 comments

It would be nice to provide bindings to window.performance.now ( https://developer.mozilla.org/en-US/docs/Web/API/Performance/now ).

The precision has been reduced because of the concerns raised by spectre-class attacks and isn't much better than Date's but the API is really much nicer to work with.

Thanks.

adrien-n avatar Jul 03 '18 08:07 adrien-n

Alternatively, you can use Sys.time () directly.

hhugo avatar Jul 09 '18 19:07 hhugo

It returns seconds instead of milliseconds

hhugo avatar Jul 09 '18 19:07 hhugo