Skip to content

Commit 630f755

Browse files
Closure Teamcopybara-github
authored andcommitted
Rollforward: Add additionalSigningData to TrustTokenAttributeType
PiperOrigin-RevId: 322203793
1 parent 457ac52 commit 630f755

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

externs/browser/html5.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3766,7 +3766,8 @@ XMLHttpRequest.prototype.response;
37663766
* refreshPolicy: string,
37673767
* signRequestData: string,
37683768
* includeTimestampHeader: boolean,
3769-
* additionalSignedHeaders: !Array<string>
3769+
* additionalSignedHeaders: (!Array<string>|undefined),
3770+
* additionalSigningData: (string|undefined)
37703771
* }}
37713772
* @see https://docs.google.com/document/d/1qUjtKgA7nMv9YGMhi0xWKEojkSITKzGLdIcZgoz6ZkI
37723773
*/

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)