Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 544 Bytes

puppeteer.commoneventemitter.on.md

File metadata and controls

55 lines (33 loc) · 544 Bytes
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