Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Network.SignedExchangeInfo
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
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.