Skip to content

Commit

Permalink
Fixed README anchors;
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Apr 30, 2020
1 parent 5de7a68 commit 9a82d17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ EventEmitter2 is an implementation of the EventEmitter module found in Node.js.

### FEATURES
- Namespaces/Wildcards
- Times To Listen (TTL), extends the `once` concept with [`many`](#emittermanyevent-timestolisten-listener)
- Times To Listen (TTL), extends the `once` concept with [`many`](#emittermanyevent--eventns-timestolisten-listener-options)
- [Async listeners](#emitteronevent-listener-options-objectboolean) (using setImmediate|setTimeout|nextTick) with promise|async function support
- The [emitAsync](#emitteremitasyncevent-arg1-arg2-) method to return the results of the listeners via Promise.all
- Feature-rich [waitFor](#emitterwaitforevent-options) method to wait for events using promises
- [listenTo](#listentotargetemitter-events-event--eventns-options) & [stopListening](#stoplisteningtarget-object-event--eventns-string-boolean) methods
- The [emitAsync](#emitteremitasyncevent--eventns-arg1-arg2-) method to return the results of the listeners via Promise.all
- Feature-rich [waitFor](#emitterwaitforevent--eventns-options) method to wait for events using promises
- [listenTo](#listentotargetemitter-events-event--eventns-options) & [stopListening](#stoplisteningtarget-object-event-event--eventns-boolean) methods
for listening to an external event emitter and propagate its events through itself using optional reducers/filters
- Extended version of the [events.once](#eventemitter2onceemitter-event--eventns-options) method from the [node events API](https://nodejs.org/api/events.html#events_events_once_emitter_name)
- Browser & Workers environment compatibility
Expand Down

0 comments on commit 9a82d17

Please sign in to comment.