import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SignedExchangeInfo } = default.Network;
Information about a signed exchange response.
Properties
outerResponse: Response
The outer response of signed HTTP exchange which was received from network.
optional
header: SignedExchangeHeaderInformation about the signed exchange header.
optional
securityDetails: SecurityDetailsSecurity details for the signed exchange header.
optional
errors: SignedExchangeError[]Errors occurred while handling the signed exchagne.