We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad010ea commit bf2cdebCopy full SHA for bf2cdeb
src/internal/observable/dom/AjaxObservable.ts
@@ -340,7 +340,7 @@ export class AjaxSubscriber<T> extends Subscriber<Event> {
340
}
341
(<any>xhrProgress).progressSubscriber = progressSubscriber;
342
343
- let xhrError: (e: ErrorEvent) => void;
+ let xhrError: (e: any) => void;
344
xhrError = function(this: XMLHttpRequest, e: ErrorEvent) {
345
const { progressSubscriber, subscriber, request } = (<any>xhrError);
346
if (progressSubscriber) {
0 commit comments