puppeteer/docs/api/puppeteer.commoneventemitter.listenercount.md

24 lines
383 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: CommonEventEmitter.listenerCount
---
# CommonEventEmitter.listenerCount() method
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
interface CommonEventEmitter {
2023-09-13 13:47:55 +00:00
listenerCount(event: keyof Events): number;
2022-07-05 13:41:43 +00:00
}
```
## Parameters
2023-09-13 13:47:55 +00:00
| Parameter | Type | Description |
| --------- | ------------ | ----------- |
| event | keyof Events | |
2022-07-05 13:41:43 +00:00
**Returns:**
number