mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
We already have this for C++ code in DOMHighResTimeStamp.h, but let's also avoid using plain 'double' in IDL code.
3 lines
94 B
Plaintext
3 lines
94 B
Plaintext
// https://w3c.github.io/hr-time/#dom-domhighrestimestamp
|
|
typedef double DOMHighResTimeStamp;
|