mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.9 KiB
1.9 KiB
Home > puppeteer > Protocol > Network > SignedExchangeSignature
Protocol.Network.SignedExchangeSignature interface
Information about a signed exchange signature. https://wicg.github.io/webpackage/draft-yasskin-httpbis-origin-signed-exchanges-impl.html#rfc.section.3.1
Signature:
export interface SignedExchangeSignature
Properties
Property | Type | Description |
---|---|---|
certificates | string[] | The encoded certificates. |
certSha256 | string | The hex string of signed exchange signature cert sha256. |
certUrl | string | Signed exchange signature cert Url. |
date | integer | Signed exchange signature date. |
expires | integer | Signed exchange signature expires. |
integrity | string | Signed exchange signature integrity. |
label | string | Signed exchange signature label. |
signature | string | The hex string of signed exchange signature. |
validityUrl | string | Signed exchange signature validity Url. |