Documentation doesn't seem clear about when events are called.
I had to do a bit of digging. If I understand correctly, there are 3 error type events: aborted error and end . If aborted is raised, there should be an error event that follows it.
Pretty important, because we don't want to make duplicate callbacks on aborted and error
Fairly certain this is correct, we should update the docs to reflect this change. Looks like it was introduced in #195
Documentation doesn't seem clear about when events are called.
I had to do a bit of digging. If I understand correctly, there are 3 error type events:
abortederrorandend. Ifabortedis raised, there should be anerrorevent that follows it.Pretty important, because we don't want to make duplicate callbacks on
abortedanderrorFairly certain this is correct, we should update the docs to reflect this change. Looks like it was introduced in #195