chromium/third_party/blink/renderer/core/frame/scheduling.idl

// Copyright 2019 The Chromium Authors
// 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
[
    Exposed=Window
] interface Scheduling {
    [MeasureAs=SchedulingIsInputPending] boolean isInputPending(optional IsInputPendingOptions options = {});
};