blob: 2f7ea2a631cf6bc5efe6bd51ec7c053aedd5af99 [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
[
ImplementedAs=NavigatorUserActivation
] partial interface Navigator {
// User activation
readonly attribute UserActivation userActivation;
};