blob: b4cda7e55e24455f7d48397f81a96dcac4908264 [file] [log] [blame]
// Copyright 2015 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.
[
GarbageCollected,
RuntimeEnabled=RequestIdleCallback,
] callback interface IdleRequestCallback {
void handleEvent(IdleDeadline deadline);
};