You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trust Tokens: clean up a few syntax errors, and add context to a callout
* Trust Tokens docs: clean up a few syntax errors, and add context to a callout
This change makes two slight changes to web.dev/trust-tokens:
* It updates examples' syntax to no longer use the `issuer` argument in issuance and redemption operations (it's not used in these operations), and to swap it out for `issuers`, a list, in signing operations.
* It replaces a reference to "version 2 of the API" in a "Caution" callout with "updated syntax available since Chrome 88"; the reference to "version 2" seems hard to interpret since we don't give the reader any definition of the different versions.
* Change a caution aside to a note aside
0 commit comments