We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2ed7bb2 commit8bd3199Copy full SHA for 8bd3199
patches/axios+1.12.2.patch
@@ -25,14 +25,14 @@ index 0e8b6ac..9df7314 100644
25
/**
26
* Determine if we're running in a standard browser environment
27
diff --git a/node_modules/axios/lib/platform/common/utils.js b/node_modules/axios/lib/platform/common/utils.js
28
-index 52a3186..6a71374 100644
+index 52a3186..45f1327 100644
29
--- a/node_modules/axios/lib/platform/common/utils.js
30
+++ b/node_modules/axios/lib/platform/common/utils.js
31
-@@ -1,6 +1,7 @@
+@@ -1,6 +1,6 @@
32
const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
33
34
-const _navigator = typeof navigator === 'object' && navigator || undefined;
35
-+const _navigator = undefined; // PATCHED
++const _navigator = undefined; // PATCHED: Removed navigator check
36
37
38