Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v12.x] events: assume an EventEmitter if emitter.on is a function #35818

Closed
wants to merge 1 commit into from

Commits on Oct 26, 2020

  1. events: assume an EventEmitter if emitter.on is a function

    Assume that the `emitter` argument of `EventEmitter.once()` is an
    `EventEmitter` if `emitter.on` is a function.
    
    Refs: nodejs@4b3654e923e7c3c2
    Refs: websockets/ws#1795
    lpinca committed Oct 26, 2020
    Copy the full SHA
    32067a6 View commit details
    Browse the repository at this point in the history