You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the xhr object is closed over, nothing external will be able to abort it. At best this code will
be called and then swallowed because the Subscriber is already unsubscribed and will not allow the error to
propogate through the Subscriber chain. It is basically cruft and can be removed
0 commit comments