blob: daa436e38d8cb577779776d61c9dd4dc79ed263f [file] [log] [blame]
// Copyright 2018 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://wicg.github.io/reporting/#dictdef-reportingobserveroptions
dictionary ReportingObserverOptions {
boolean buffered = false;
};