ladybird/Libraries/LibWeb/HTML/UserActivation.idl

7 lines
208 B
Text
Raw Normal View History

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