Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 502 Bytes

puppeteer.commoneventemitter.emit.md

File metadata and controls

55 lines (33 loc) · 502 Bytes
sidebar_label
CommonEventEmitter.emit

CommonEventEmitter.emit() method

Signature:

interface CommonEventEmitter {
  emit<Key extends keyof Events>(type: Key, event: Events[Key]): boolean;
}

Parameters

Parameter

Type

Description

type

Key

event

Events[Key]

**Returns:**

boolean