mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-06 09:01:53 +00:00
6 lines
118 B
Text
6 lines
118 B
Text
[Exposed=Window] interface IdleDeadline {
|
|
|
|
double timeRemaining();
|
|
readonly attribute boolean didTimeout;
|
|
|
|
};
|