Definition
Early detection of input events defines Scheduling
[Exposed=Window] interface Scheduling {
boolean isInputPending(optional IsInputPendingOptions isInputPendingOptions = {});
};
Scheduling
interfaceEarly detection of input events defines Scheduling
[Exposed=Window] interface Scheduling {
boolean isInputPending(optional IsInputPendingOptions isInputPendingOptions = {});
};
Scheduling