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

45 lines
436 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
<table><thead><tr><th>
2022-07-05 13:41:43 +00:00
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
event
</td><td>
keyof Events
</td><td>
</td></tr>
</tbody></table>
2022-07-05 13:41:43 +00:00
**Returns:**
number