You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,3 @@ function wait(duration) {
43
43
});
44
44
}
45
45
```
46
-
47
-
Note that unlike with `EventEmitter`, you cannot get the count for the number of active listeners at any given time.
48
-
This is intentional as it encourages code to be written in a more declarative style and lowers the risk of memory leaks.
49
-
50
-
If you want to track listeners, you should do it yourself.
51
-
The new ECMAScript `Symbol` type should make tracking object references easier: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol
0 commit comments