mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +03:00
Remove isOldIE check in tests
This commit is contained in:
committed by
Khaled Garbaya
parent
a9831131c3
commit
962c38b2a6
@@ -11,9 +11,6 @@ axios = require('../../index');
|
|||||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000;
|
jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000;
|
||||||
jasmine.getEnv().defaultTimeoutInterval = 20000;
|
jasmine.getEnv().defaultTimeoutInterval = 20000;
|
||||||
|
|
||||||
// Is this an old version of IE that lacks standard objects like DataView, ArrayBuffer, FormData, etc.
|
|
||||||
isOldIE = /MSIE (8|9)\.0/.test(navigator.userAgent);
|
|
||||||
|
|
||||||
// Get Ajax request using an increasing timeout to retry
|
// Get Ajax request using an increasing timeout to retry
|
||||||
getAjaxRequest = (function () {
|
getAjaxRequest = (function () {
|
||||||
var attempts = 0;
|
var attempts = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user