mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
[Exposed=Window] interface IdleDeadline {
|
|
|
|
double timeRemaining();
|
|
readonly attribute boolean didTimeout;
|
|
|
|
};
|