• Check if the URLs pathname attribute is set.

    Parameters

    • url: string | URL

    Returns boolean

    Example

    ix.api.url.hasPath("https://your.ix-portal.de/path/app/?param1=value1"); // true
    ix.api.url.hasPath("https://your.ix-portal.de"); // false