Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "net/curl"

Index

Variables

Functions

Variables

Const $

$: any = dependencies.jquery

Functions

loadHtmlP

  • loadHtmlP(url: any): any
  • Reads a the response from a given url and parses it into a jquery object.

    function

    loadHtmlP

    Parameters

    • url: any

    Returns any

loadJsonUriP

  • loadJsonUriP(url: any): any
  • Load a local json file from the given url. This method encapsulates the behavior of loading a local json file, in order that changing its behavior in the future will not impact other modules. We currently leaverage the cache capability of a browser. In the future, we may use memory cache. Also this method returns a promise compatible project, and therefore, please use "then" to go future.

    function

    loadJsonUriP

    Parameters

    • url: any

    Returns any

pingP

  • pingP(url: any, options: any): any
  • Tests if a url is reachable.

    function

    pingP

    Parameters

    • url: any

      The url to be tested.

    • options: any

    Returns any

Generated using TypeDoc