Skip to content

Commit b5aaed7

Browse files
Closure Teamcopybara-github
authored andcommitted
Add issuers attribute to the trust token attribute type.
Public doc on Chrome change: https://docs.google.com/document/d/1L7OPuLt9CE5VhT_bGGwp3xej3mehGF-mS1ZZOVX8yp4/edit# PiperOrigin-RevId: 323121186
1 parent a435a24 commit b5aaed7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

externs/browser/html5.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3760,9 +3760,11 @@ XMLHttpRequest.prototype.response;
37603760
* Trust Tokens operation (issuance, signing, and redemption) is specified via
37613761
* an instance of the following parameters struct, provided via Fetch, XHR, or
37623762
* the iframe tag.
3763+
* TODO(b/161890603): Trust Token: Remove the 'issuer' fields after Chrome 86 hits stable.
37633764
* @typedef {{
37643765
* type: string,
3765-
* issuer: string,
3766+
* issuer: (string|undefined),
3767+
* issuers: (!Array<string>|undefined),
37663768
* refreshPolicy: string,
37673769
* signRequestData: string,
37683770
* includeTimestampHeader: boolean,

src/com/google/javascript/jscomp/resources/resources.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)