Skip to content

Remove by matching EventClient keys #26

@ahoward2

Description

@ahoward2

If I have:

const client = new EventsClient();
client.on("someEvent", "doThing", () => {})
client.on("someEvent", "doThing", "doThingToSpecificThing", () => {})

I should be able to:

client.remove("someEvent", "doThing")

Which should remove both of those events, matching ("someEvent", "doThing")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions