mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
638 B
638 B
Home > puppeteer > Protocol > Network > SignedExchangeErrorField
Protocol.Network.SignedExchangeErrorField type
Field type for a signed exchange related error.
Signature:
export type SignedExchangeErrorField = ('signatureSig' | 'signatureIntegrity' | 'signatureCertUrl' | 'signatureCertSha256' | 'signatureValidityUrl' | 'signatureTimestamps');