986 B
986 B
Home > puppeteer > Protocol > Network > SignedExchangeReceivedEvent
Protocol.Network.SignedExchangeReceivedEvent interface
Fired when a signed exchange was received over the network
Signature:
export interface SignedExchangeReceivedEvent
Properties
Property | Type | Description |
---|---|---|
info | SignedExchangeInfo | Information about the signed exchange response. |
requestId | RequestId | Request identifier. |