summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/frame/intervention_report_body.idl
blob: 156fbc2c4b57a75c9dd489d79a283b4ae6714b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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://wicg.github.io/reporting/#intervention-report

[
    NoInterfaceObject
] interface InterventionReportBody : ReportBody {
  readonly attribute DOMString id;
  readonly attribute DOMString message;
  readonly attribute DOMString? sourceFile;
  readonly attribute unsigned long? lineNumber;
  readonly attribute unsigned long? columnNumber;
};