mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.92k stars 1.98k forks source link

http.headers.Reporting-Endpoints - Missing #23136

Closed voxpelli closed 3 weeks ago

voxpelli commented 4 months ago

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

When I was looking at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Reporting-Endpoints I noticed it couldn't find any browser compat data and I verified it is indeed missing in this repository.

It is defined by this spec: https://www.w3.org/TR/reporting-1/#header

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

I expected to see compatibility data and to have that data mention the spec: https://www.w3.org/TR/reporting-1/#header

Did you test this? If so, how?

I looked in the http/headers/ folder and found no Reporting-Endpoints file

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

skyclouds2001 commented 4 months ago

Maybe whether any of the browser has support this feature need additional check

voxpelli commented 4 months ago

Chrome is shipping it: https://developer.chrome.com/docs/capabilities/web-apis/reporting-api

skyclouds2001 commented 4 months ago

Chrome is shipping it: https://developer.chrome.com/docs/capabilities/web-apis/reporting-api

Thanks.

I did more research and notice this feature is enabled behind a develop flag, see:

https://issues.chromium.org/issues/40122847 https://issues.chromium.org/issues/40122847

queengooborg commented 3 weeks ago

This has been added in #24047!