mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
interface Performance : EventTarget {
|
|
double now();
|
|
readonly attribute double timeOrigin;
|
|
};
|