mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
604 B
604 B
sidebar_label |
---|
CommonEventEmitter.on |
CommonEventEmitter.on() method
Signature:
interface CommonEventEmitter {
on<Key extends keyof Events>(type: Key, handler: Handler<Events[Key]>): this;
}
Parameters
Parameter | Type | Description |
---|---|---|
type | Key | |
handler | Handler<Events[Key]> |
Returns:
this