Function: combineURLs

combineURLs(baseURL, ...relativeURLs): string

Creates a new URL by combining the specified URLs

Parameters

Name Type Description
baseURL string The base URL
...relativeURLs string[] The relative URL

Returns

string

The combined URL

Since

1.2.5

ON THIS PAGE