This is a fork of the devtools-protocol repo at r927104, corresponding to the npm package devtools-protocol@0.0.927104. The typings here have been augmented as follows:
- Typings for Promise event methods, for statements like:
await Page.loadEventFired();The script that generates these typings is at scripts/protocol-dts-generator.ts and can be run using npx ts-node protocol-dts-generator.ts in the scripts/ directory.