Document new .onAny()
/ .onError()
methods
#345
Labels
Type: Bug
Something isn't working as documented, or is being fixed
.onAny()
/ .onError()
methods
#345
follow up to #324
We deprecated
.on("*", handler)
and.on("error", handler)
in favor of new.onAny
/.onError
methods, but forgot to document the new methods in the READMEI really want to build a CI integration that checks if documentation was updated when we apply a
feature
labelThe text was updated successfully, but these errors were encountered: