Hi
Seems there is no correct way to remove a plugin. Modifying _plugins directly is definitely not correct since it requires accessing and modifying the private field.
I would appreciate something like
void remove(names: string|string[], handler: Function)
Would you accept such a PR?
Hi
Seems there is no correct way to remove a plugin. Modifying _plugins directly is definitely not correct since it requires accessing and modifying the private field.
I would appreciate something like
Would you accept such a PR?