Skip to content

Commit 48bac96

Browse files
committed
Update README
1 parent 2535bdb commit 48bac96

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,3 @@ function wait(duration) {
4343
});
4444
}
4545
```
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

Comments
 (0)