Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface urlUtils

Utility methods for working with URLs.

Read more...

Hierarchy

  • urlUtils

Index

Methods

addProxyRule

  • Adds the given proxy rule to the proxy rules list: esriConfig.request.proxyRules.

    Read more...

    Parameters

    Returns number

getProxyRule

  • getProxyRule(url: string): any
  • Returns the proxy rule that matches the given URL.

    Read more...

    Parameters

    • url: string

    Returns any

urlToObject

  • urlToObject(url: string): any
  • Converts the URL arguments to an object representation.

    Read more...

    Parameters

    • url: string

    Returns any

Generated using TypeDoc