geoview-core - v2.2.0
    Preparing search index...

    Function getXMLHttpRequest

    • Execute a XMLHttpRequest.

      Parameters

      • url: string

        The url to request

      Returns Promise<string>

      A promise that resolves with the response text, or '{}' if the request failed

      Use the core/utils/fetch-helper.ts/Fetch functions instead