-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Seem like some of the documentation for your event listeners is off.
queue.emit('enqueue', value) - the enqueued value
queue.emit('dequeue', value) - the dequeued value
should be
queue.emit('enqueued', value) - the enqueued value
queue.emit('dequeued', value) - the dequeued value
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels