blob: 42e1bf5c46fe2b4442a7df11fa2e3e41e70e279e [file] [log] [blame]
// Copyright 2021 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/oyiptong/compute-pressure/
[
Exposed=Window,
SecureContext
] dictionary ComputePressureObserverOptions {
sequence<double> cpuUtilizationThresholds = [];
sequence<double> cpuSpeedThresholds = [];
};