mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |