lib-iitc-manager
    Preparing search index...

    Function ajaxGet

    • This is a wrapper over the fetch() API method with pre-built parameters.

      Parameters

      • url: string

        URL of the resource you want to fetch.

      • Optionalvariant: "parseJSON" | "head" | null

        Type of request.

      Returns Promise<string | object | null>

      Use fetchResource instead for better version tracking.