Bug 189365 - Feature Request: W3C Reporting API
Summary: Feature Request: W3C Reporting API
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 244368 244517 243908 244143 244369 244689 244719 244905 244907 245197 245368
Blocks: 244899
  Show dependency treegraph
 
Reported: 2018-09-06 12:51 PDT by Renaud Chaput
Modified: 2022-09-19 11:10 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Renaud Chaput 2018-09-06 12:51:49 PDT
W3C spec draft: https://w3c.github.io/reporting/

Abstract: This document defines a generic reporting framework which allows web developers to associate a set of named reporting endpoints with an origin. Various platform features (like Content Security Policy, Network Error Reporting, and others) will use these endpoints to deliver feature-specific reports in a consistent manner.

Some examples on Chrome's blog:
- https://developers.google.com/web/updates/2018/07/reportingobserver
- https://developers.google.com/web/updates/2018/09/reportingapi

ReportingObserver shipped in Chrome 69, the Report-To Header is currently behind a flag in Chrome

This creates a standard way to report any problem with a page to the website's owner, replacing the various current mechanisms (catching JS exceptions at the root, CSP reports, …) and allows the reporting of more issues that can not currently be captured (deprecation notices, network errors, ...).
Comment 1 Radar WebKit Bug Importer 2022-06-30 16:50:02 PDT
<rdar://problem/96255218>