| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6168bd5 commit 40a9289
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -740,10 +740,9 @@ added: v0.3.5 | |||
| 740 | 740 | ||
| 741 | 741 | By default `EventEmitter`s will print a warning if more than `10` listeners are | |
| 742 | 742 | added for a particular event. This is a useful default that helps finding | |
| 743 | - memory leaks. Obviously, not all events should be limited to just 10 listeners. | ||
| 744 | - The `emitter.setMaxListeners()` method allows the limit to be modified for this | ||
| 745 | - specific `EventEmitter` instance. The value can be set to `Infinity` (or `0`) | ||
| 746 | - to indicate an unlimited number of listeners. | ||
| 743 | + memory leaks. The `emitter.setMaxListeners()` method allows the limit to be | ||
| 744 | + modified for this specific `EventEmitter` instance. The value can be set to | ||
| 745 | + `Infinity` (or `0`) to indicate an unlimited number of listeners. | ||
| 747 | 746 | ||
| 748 | 747 | Returns a reference to the `EventEmitter`, so that calls can be chained. | |
| 749 | 748 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments