Changeset ff72ad2 for node_modules/axios/lib/adapters
- Timestamp:
- 04/01/25 22:58:15 (2 months ago)
- Branches:
- master
- Children:
- 8ae59d6
- Parents:
- 3a74959
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
node_modules/axios/lib/adapters/http.js
r3a74959 rff72ad2 229 229 230 230 // Parse url 231 const fullPath = buildFullPath(config.baseURL, config.url );231 const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls); 232 232 const parsed = new URL(fullPath, platform.hasBrowserEnv ? platform.origin : undefined); 233 233 const protocol = parsed.protocol || supportedProtocols[0];
Note:
See TracChangeset
for help on using the changeset viewer.