The Reporting API allows browsers to report various types of issues back to developers, including:
The ReportingObserver API lets you catch these reports in JavaScript!
Click the buttons below to trigger various browser reports. Watch them appear in the log below and in the DevTools Application panel.
Generated when using a deprecated Web Platform feature. Contains: id, message,
sourceFile, lineNumber, anticipatedRemoval date.
Generated when the browser intervenes to block something (e.g., blocking an autoplaying video,
preventing heavy ads). Contains: id, message.
Generated when Content Security Policy is violated. Requires server-side Report-To header.