blob: 06587f8cfd282182574a0d899e56d1ffc9e5ce6b [file] [log] [blame]
// Copyright 2018 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/samuelgoto/idle-detection
dictionary IdleOptions {
[EnforceRange] unsigned long threshold;
AbortSignal signal;
};