node-sjsp icon indicating copy to clipboard operation
node-sjsp copied to clipboard

Use Performance.now()

Open 45deg opened this issue 10 years ago • 0 comments

Performance.now() can get more accurate time. However, some browsers don't support it. So, you may enable the feature by command line options. https://developer.mozilla.org/docs/Web/API/Performance/now

45deg avatar Jul 04 '15 15:07 45deg