Newer
Older
minerva / Userland / Libraries / LibWeb / HTML / UserActivation.idl
@minerva minerva on 13 Jul 208 bytes Initial commit
// https://html.spec.whatwg.org/multipage/interaction.html#useractivation
[Exposed=Window]
interface UserActivation {
    readonly attribute boolean hasBeenActive;
    readonly attribute boolean isActive;
};