ladybird/Userland/Libraries/LibWeb/HTML/UserActivation.idl
2024-05-29 09:32:59 -06:00

7 lines
208 B
Plaintext

// https://html.spec.whatwg.org/multipage/interaction.html#useractivation
[Exposed=Window]
interface UserActivation {
readonly attribute boolean hasBeenActive;
readonly attribute boolean isActive;
};