blob: c1ae6538e090c09a29c5b21936a8ad780ce24c17 [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
[RuntimeEnabled=ExperimentalIsInputPending]
interface Scheduling {
[RuntimeEnabled=ExperimentalIsInputPending] boolean isFramePending();
[CallWith=ScriptState, MeasureAs=SchedulingIsInputPending, RuntimeEnabled=ExperimentalIsInputPending] boolean isInputPending(optional sequence<DOMString> inputTypes = []);
};