mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 15:25:08 +00:00
6 lines
118 B
Text
6 lines
118 B
Text
[Exposed=Window] interface IdleDeadline {
|
|
|
|
double timeRemaining();
|
|
readonly attribute boolean didTimeout;
|
|
|
|
};
|