We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
additionalSigningData
TrustTokenAttributeType
1 parent 457ac52 commit 630f755Copy full SHA for 630f755
externs/browser/html5.js
@@ -3766,7 +3766,8 @@ XMLHttpRequest.prototype.response;
3766
* refreshPolicy: string,
3767
* signRequestData: string,
3768
* includeTimestampHeader: boolean,
3769
- * additionalSignedHeaders: !Array<string>
+ * additionalSignedHeaders: (!Array<string>|undefined),
3770
+ * additionalSigningData: (string|undefined)
3771
* }}
3772
* @see https://docs.google.com/document/d/1qUjtKgA7nMv9YGMhi0xWKEojkSITKzGLdIcZgoz6ZkI
3773
*/
src/com/google/javascript/jscomp/resources/resources.json
0 commit comments