UserActivation.idl 208 B

123456
  1. // https://html.spec.whatwg.org/multipage/interaction.html#useractivation
  2. [Exposed=Window]
  3. interface UserActivation {
  4. readonly attribute boolean hasBeenActive;
  5. readonly attribute boolean isActive;
  6. };