Skip to content

Commit ef50865

Browse files
Remove |now|
1 parent 170352f commit ef50865

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4670,7 +4670,7 @@ The user agent must periodically run [=queue reports for delivery=] on the
46704670
[=event-level report cache=] and [=aggregatable attribution report cache=].
46714671

46724672
To <dfn>queue reports for delivery</dfn> given a [=set=] of
4673-
[=attribution reports=] |cache| and a [=moment=] |now|, run the following steps:
4673+
[=attribution reports=] |cache|, run the following steps:
46744674

46754675
1. Let |reportsToSend| be a new [=list=].
46764676
1. [=set/iterate|For each=] |report| of |cache|:
@@ -4682,8 +4682,9 @@ To <dfn>queue reports for delivery</dfn> given a [=set=] of
46824682
forms of interruption, including shutdown, the user agent may need to
46834683
persist reports that are in the process of being sent in some other
46844684
storage.
4685-
1. If |now| - |report|'s [=attribution report/trigger time=] is less than or
4686-
equal to 30 days, [=list/Append=] |report| to |reportsToSend|.
4685+
1. If [=current wall time=] - |report|'s [=attribution report/trigger time=]
4686+
is less than or equal to 30 days, [=list/Append=] |report| to
4687+
|reportsToSend|.
46874688
1. [=shuffle a list|Shuffle=] |reportsToSend|.
46884689

46894690
Note: Shuffling ensures [=event-level reports=] for the same source with the same [=attribution report/report time=] are never sent

0 commit comments

Comments
 (0)