Skip to main content
Go to Latest
interface Protocol.Network.SignedExchangeInfo
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { SignedExchangeInfo } = Protocol.Network;

Information about a signed exchange response.

Properties

outerResponse: Response

The outer response of signed HTTP exchange which was received from network.

optional
header: SignedExchangeHeader

Information about the signed exchange header.

optional
securityDetails: SecurityDetails

Security details for the signed exchange header.

optional
errors: SignedExchangeError[]

Errors occurred while handling the signed exchagne.