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

1.4 KiB

Home > puppeteer > Protocol > Network > SignedExchangeInfo

Protocol.Network.SignedExchangeInfo interface

Information about a signed exchange response.

Signature:

export interface SignedExchangeInfo 

Properties

Property Type Description
errors SignedExchangeError[] Errors occurred while handling the signed exchagne.
header SignedExchangeHeader Information about the signed exchange header.
outerResponse Response The outer response of signed HTTP exchange which was received from network.
securityDetails SecurityDetails Security details for the signed exchange header.