Skip to content

Commit

Permalink
onabort already gets called through the xhr abort callback (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbryer authored and jeoliva committed Nov 27, 2019
1 parent d5e0577 commit 7608668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/streaming/net/HTTPLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ function HTTPLoader(cfg) {
// set them to undefined so they are not called
x.onloadend = x.onerror = x.onprogress = undefined;
x.loader.abort(x);
x.onabort();
});
requests = [];
}
Expand Down

0 comments on commit 7608668

Please sign in to comment.