w3c / reporting

Reporting API
https://w3c.github.io/reporting/
Other
76 stars 36 forks source link

Export "generate and queue a report" instead of "queue a report". #253

Closed jyasskin closed 2 years ago

jyasskin commented 2 years ago

Please check that callers should actually be calling "generate a report" instead of "queue a report". If this is correct, we need to fix up https://fetch.spec.whatwg.org/#ref-for-reporting-queue and https://w3c.github.io/webappsec-permissions-policy/#ref-for-reporting-queue right after merging this. (found with https://dontcallmedom.github.io/webdex/q.html#queue%40%40reporting%40dfn)


Preview (#queue-report) (#generate-report) | Diff

clelland commented 2 years ago

Thanks for fixing that up!

triple-underscore commented 2 years ago

The following specs also refer the "queue a report", which might be needed to fix up:

jyasskin commented 2 years ago

Thanks @triple-underscore for pointing those out. I've filed the bugs above.