2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Adding support for web workers, and react-native

closes #70, closes #98
This commit is contained in:
mzabriskie
2015-09-28 18:33:46 -06:00
parent c221d039a9
commit 6aa766e5e9
4 changed files with 48 additions and 7 deletions
+6
View File
@@ -1,5 +1,11 @@
'use strict';
/**
* WARNING:
* This file makes references to objects that aren't safe in all environments.
* Please see lib/utils.isStandardBrowserEnv before including this file.
*/
var utils = require('./../utils');
var msie = /(msie|trident)/i.test(navigator.userAgent);
var urlParsingNode = document.createElement('a');