提交 962c38b2 编写于 作者: R Rikki Gibson 提交者: Khaled Garbaya

Remove isOldIE check in tests

上级 a9831131
......@@ -11,9 +11,6 @@ axios = require('../../index');
jasmine.DEFAULT_TIMEOUT_INTERVAL = 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
getAjaxRequest = (function () {
var attempts = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册