Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 542 Bytes

puppeteer.commoneventemitter.emit.md

File metadata and controls

24 lines (17 loc) · 542 Bytes
sidebar_label
CommonEventEmitter.emit

CommonEventEmitter.emit() method

Signature:

interface CommonEventEmitter {
  emit(event: EventType, eventData?: unknown): boolean;
}

Parameters

Parameter Type Description
event EventType
eventData unknown (Optional)

Returns:

boolean