Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 199 Bytes

puppeteer.cdpevents.md

File metadata and controls

13 lines (10 loc) · 199 Bytes
sidebar_label
CDPEvents

CDPEvents type

Signature:

export type CDPEvents = {
  [Property in keyof ProtocolMapping.Events]: ProtocolMapping.Events[Property][0];
};