ladybird/Userland/Libraries/LibWeb/HTML/UserActivation.idl

7 lines
208 B
Plaintext
Raw Normal View History

2024-05-25 14:40:44 +03:00
// https://html.spec.whatwg.org/multipage/interaction.html#useractivation
[Exposed=Window]
interface UserActivation {
readonly attribute boolean hasBeenActive;
readonly attribute boolean isActive;
};