Files
ladybird/Libraries/LibWeb/HTML/UserActivation.idl
2024-11-10 12:50:45 +01: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;
};