Specifies which auctions a particular network fetch may be related to, and
in what role. Note that it is not ordered with respect to
Network.requestWillBeSent (but will happen before loadingFinished
loadingFailed).
Removes all Trust Tokens issued by the provided issuerOrigin.
Leaves other stored data, including the issuer's Redemption Records, intact.
Returns: True if any tokens were deleted, false otherwise.
Returns the list of URLs from a page and its embedded resources that match
existing grace period URL pattern rules.
https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-periodfirstPartyUrl The URL of the page currently being visited.
thirdPartyUrls The list of embedded resource URLs from the page.
Returns: Array of matching URLs. If there is a primary pattern match for the first-
party URL, only the first-party URL is returned in the array.
Returns the effective Related Website Sets in use by this profile for the browser
session. The effective Related Website Sets will not change during a browser session.
Override quota for the specified origin
origin Security origin.
quotaSize The quota size (in bytes) to override the original quota with.
If this is called multiple times, the overridden quota will be equal to
the quotaSize provided in the final call. If this is called without
specifying a quotaSize, the quota will be reset to the default value for
the specified origin. If this is called multiple times with different
origins, the override will be maintained for each origin until it is
disabled (called without a quotaSize).
Sets entry with key and value for a given origin's shared storage.
ignoreIfPresent If ignoreIfPresent is included and true, then only sets the entry if
key doesn't already exist.