WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
85 stars 18 forks source link

Replace DOMHighResTimeStamp with moment #116

Open jyasskin opened 9 months ago

jyasskin commented 9 months ago

We added https://w3c.github.io/hr-time/#dfn-moment to make it easier for specs to represent points in time. I think all the uses of DOMHighResTimeStamp here are purely internal and not exposed to Javascript, which means they should use the abstract concept instead of the numerical one.