Commit ed8240e
committed
fix(ajax): remove unnecessary onAbort handling
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 removed1 parent b046fd4 commit ed8240e
1 file changed
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | 194 | | |
204 | 195 | | |
205 | 196 | | |
| |||
0 commit comments