这是
实验性技术
检查
浏览器兼容性表格
要小心谨慎在生产中使用这之前。
ReportingObserverOptions
dictionary of the
Reporting API
allows options to be set in the constructor when creating a
ReportingObserver
.
类型
deprecation
,
intervention
,和
crash
.
buffered
true
) 或不 (
false
).
let options = {
types: ['deprecation'],
buffered: true
}
let observer = new ReportingObserver(function(reports, observer) {
reportBtn.onclick = () => displayReports(reports);
}, options);
| 规范 | 状态 | 注释 |
|---|---|---|
|
Reporting API
The definition of 'ReportingObserverOptions' in that specification. |
编者草案 |
No compatibility data found. Please contribute data for "api.ReportingObserverOptions" (depth: 1) to the MDN 兼容性数据存储库 .