mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:38:10 +00:00
LibWeb: Add DOMHighResTimeStamp typedef
This commit is contained in:
parent
398e44b27b
commit
5c4eb90d65
3 changed files with 18 additions and 3 deletions
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* Copyright (c) 2022, Linus Groh <linusg@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Web::HighResolutionTime {
|
||||
|
||||
// https://w3c.github.io/hr-time/#dom-domhighrestimestamp
|
||||
using DOMHighResTimeStamp = double;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue