blob: 92a7bc2f0e6c081e97fef667aa61bd921b51e7ae [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,
RuntimeEnabled=UserActivationAPI
] partial interface Navigator {
// User activation
readonly attribute UserActivation userActivation;
};