mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
835 B
835 B
Home > puppeteer > Protocol > DOM > PushNodesByBackendIdsToFrontendResponse
Protocol.DOM.PushNodesByBackendIdsToFrontendResponse interface
Signature:
export interface PushNodesByBackendIdsToFrontendResponse
Properties
Property | Type | Description |
---|---|---|
nodeIds | NodeId[] | The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds. |