Skip to content

Commit

Permalink
Update spec.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv authored Jul 18, 2024
1 parent f877cb4 commit 0d909e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1134,10 +1134,10 @@ usually 48 hours, have elapsed since the first redemption.

Preventing Issuer Exhaustion {#issuer-exhaustion}
-----------------------------------------------
Competing scripts might race to call <code>hasRedemptionRecord(issuer)</code> to ensure their |issuer|
Competing scripts might race to call <code>hasPrivateToken(issuer)</code> to ensure their |issuer|
enters the [=issuerAssociations=] [=map=] before the |issuer| of others given a limit of two per
[=environment/top-level origin=]. To control this process, the [=environment/top-level origin=]
could call <code>hasRedemptionRecord(issuer)</code> up to twice before any other JavaScript is included
could call <code>hasPrivateToken(issuer)</code> up to twice before any other JavaScript is included
to ensure their preferred |issuer|s are available.


Expand Down

0 comments on commit 0d909e9

Please sign in to comment.