mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
docs(core/buildFullPath)
This commit is contained in:
@@ -10,6 +10,7 @@ var combineURLs = require('../helpers/combineURLs');
|
|||||||
*
|
*
|
||||||
* @param {string} baseURL The base URL
|
* @param {string} baseURL The base URL
|
||||||
* @param {string} requestedURL Absolute or relative URL to combine
|
* @param {string} requestedURL Absolute or relative URL to combine
|
||||||
|
*
|
||||||
* @returns {string} The combined full path
|
* @returns {string} The combined full path
|
||||||
*/
|
*/
|
||||||
module.exports = function buildFullPath(baseURL, requestedURL) {
|
module.exports = function buildFullPath(baseURL, requestedURL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user