puppeteer/new-docs/puppeteer.protocol.network.signedexchangesignature.md
2020-07-13 14:01:35 +01:00

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.