blob: 78228d021f0fbc777665015693f4ba149fa9682c [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/WICG/is-input-pending
[
ImplementedAs=Scheduling,
RuntimeEnabled=ExperimentalIsInputPending
] partial interface Navigator {
readonly attribute Scheduling scheduling;
};