summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/frame/navigator_user_activation.idl
blob: 2f7ea2a631cf6bc5efe6bd51ec7c053aedd5af99 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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
[
    ImplementedAs=NavigatorUserActivation
] partial interface Navigator {
  // User activation
  readonly attribute UserActivation userActivation;
};