Variable: baseUrl
Specifies the base URL to be used as a prefix for relative URLs.
Variable: enabled
Specifies if the converter is enabled. Default is true.
Function: convert
Converts the given URL to an absolute URL with protol and domain. Relative URLs are first converted to absolute URLs.
Function: getBaseDomain
Returns
Function: getBaseUrl
Returns
Function: isEnabled
Returns
Function: isRelativeUrl
Returns true if the given URL is relative.
Function: setBaseDomain
Sets
Function: setBaseUrl
Sets
Function: setEnabled
Sets
Function: updateBaseUrl
Private helper function to update the base URL.
Generated using TypeDoc
Variable: baseDomain
Specifies the base domain to be used as a prefix for absolute URLs.