w3c / longtasks

Long Task API
https://w3c.github.io/longtasks/
Other
246 stars 32 forks source link

Change longtask duration granularity #90

Closed npm1 closed 3 years ago

npm1 commented 3 years ago

This PR changes the spec so that duration values are returned with 1 ms granularity, by taking the integer part of the difference between the start and end times.


Preview | Diff

npm1 commented 3 years ago

Any further comments or is this ok to land?

npm1 commented 3 years ago

Ok merging