You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
performance.now() rounds automatically every value it can give. I need to know its decimals, but no idea how to set it.
Make the jsfiddle not interferee with it.
Details
-Tried on Firefox 130. Windows 10. It works fine on Chrome.
-same problem with Date.now()
-i tried with toFixed(5) but just gives numbers like 5.00000 6.00000 7.00000
The text was updated successfully, but these errors were encountered:
@Palloxin I have absolutely no idea why would this happen, we don't interfere in any of these native objects. No idea if this a bug on our end, and if so how to fix it.
check it here
https://jsfiddle.net/xtop6qv4/
performance.now()
rounds automatically every value it can give. I need to know its decimals, but no idea how to set it.Make the jsfiddle not interferee with it.
Details
-Tried on Firefox 130. Windows 10. It works fine on Chrome.
-same problem with
Date.now()
-i tried with
toFixed(5)
but just gives numbers like 5.00000 6.00000 7.00000The text was updated successfully, but these errors were encountered: