Skip to content

Make EventEmitter.on() documentation reflect implementation#889

Merged
AndyTWF merged 3 commits intomainfrom
update-event-emitter-on-documentation
Jan 12, 2023
Merged

Make EventEmitter.on() documentation reflect implementation#889
AndyTWF merged 3 commits intomainfrom
update-event-emitter-on-documentation

Conversation

@AndyTWF
Copy link
Copy Markdown
Contributor

@AndyTWF AndyTWF commented Jan 9, 2023

Relates to #888

Updates the documentation for EventEmitter.on(1) to correctly reflect its current implementation.

The implementation of this function is incorrect with regards to the spec (RTE4). This change adds documentation to that effect.
@github-actions github-actions bot temporarily deployed to staging/pull/889/javadoc January 9, 2023 18:15 Inactive
Upon adding a duplicate listener, the previous listener (even if for a different event) will be replaced.
@github-actions github-actions bot temporarily deployed to staging/pull/889/javadoc January 10, 2023 11:03 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/889/javadoc January 12, 2023 10:39 Inactive
@AndyTWF AndyTWF force-pushed the update-event-emitter-on-documentation branch from ec09dcc to a1e2d7f Compare January 12, 2023 10:47
@AndyTWF AndyTWF merged commit 63aa2a9 into main Jan 12, 2023
@AndyTWF AndyTWF deleted the update-event-emitter-on-documentation branch January 12, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants