summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/frame/report_body.idl
blob: b11ae3f428b6a47838873fffce3daf4bd93aea7b (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2017 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/WICG/reporting/blob/master/EXPLAINER.md#reportingobserver---observing-reports-from-javascript

[
    NoInterfaceObject
] interface ReportBody {
};