blob: 5b110d1b210992c5d73fe4e344a36800edf0109c [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/dtapuska/useractivation
[
Exposed=(Window,Worker,AudioWorklet)
] interface UserActivation {
[Measure] readonly attribute boolean hasBeenActive;
[Measure] readonly attribute boolean isActive;
};