Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Apr 29, 2024
1 parent 42cc972 commit bb9f59c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -78728,10 +78728,10 @@ interface <dfn interface>VisibilityStateEntry</dfn> : <span>PerformanceEntry</sp
blocked until the very first user activation.</p></dd>

<dt><dfn export data-x="transient activation gated api" data-lt="transient activation-gated
API">Transient activation-gated APIs</dfn></dt> <dd><p>These APIs require the <span>transient
activation</span> state to be true, but they don't <span data-x="consume user
activation">consume</span> it, so multiple calls are allowed per user activation until the
transient state <span data-x="activation-expiry">expires</span>.</p></dd>
API">Transient activation-gated APIs</dfn></dt>
<dd><p>These APIs require the <span>transient activation</span> state to be true, but they don't
<span data-x="consume user activation">consume</span> it, so multiple calls are allowed per user
activation until the transient state <span data-x="activation-expiry">expires</span>.</p></dd>

<dt><dfn export data-x="activation consuming api" data-lt="transient activation-consuming API">Transient activation-consuming APIs</dfn></dt>
<dd><p>These APIs require the <span>transient activation</span> state to be true, and they
Expand Down

0 comments on commit bb9f59c

Please sign in to comment.