Replies: 1 comment
-
The first is significantly faster than the second. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of:
.emit('disconnect', origin, targets, err)
I think it would make sense to do:
.emit('disconnect', { origin, targets, err })
So that the user doesn't have to worry about order.
Beta Was this translation helpful? Give feedback.
All reactions