Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4663,6 +4663,14 @@ Issue: Specify this in terms of <a href="https://html.spec.whatwg.org/multipage/
The user agent must periodically run [=queue reports for delivery=] on the
[=event-level report cache=] and [=aggregatable attribution report cache=].

The user agent may delete reports without sending them according
to [=implementation-defined=] criteria.

<p class=note>
For example, this can be used to limit the maximum age of
any report that is sent.
</p>

To <dfn>queue reports for delivery</dfn> given a [=set=] of
[=attribution reports=] |cache|, run the following steps:

Expand Down