blob: 76d9e9b75a52498c4059cdf1ff06a4c9fbbbaedd [file] [log] [blame]
// Copyright 2019 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/tdresser/is-input-pending
[
Exposed=Window,
ImplementedAs=NavigatorScheduling,
RuntimeEnabled=ExperimentalIsInputPending
] partial interface Navigator {
readonly attribute Scheduling scheduling;
};