blob: 8a1ada9189a040c4136223f169306b779bc018f6 [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 {
sequence<DOMString>? types;
boolean buffered = false;
};