mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
#import <RequestIdleCallback/IdleDeadline.idl>
|
|
|
|
dictionary IdleRequestOptions {
|
|
unsigned long timeout;
|
|
};
|
|
callback IdleRequestCallback = undefined (IdleDeadline deadline);
|