• fetch api listener

    Prop

    url to be fetched

    Returns

    url fetch response JSON

    Parameters

    • callback: ((json: JSON) => any)
        • (json: JSON): any
        • Parameters

          • json: JSON

          Returns any

    • throwback: ((e: any) => any) = noop
        • (e: any): any
        • Parameters

          • e: any

          Returns any

    Returns ((url: string) => void)

      • (url: string): void
      • Parameters

        • url: string

        Returns void

Generated using TypeDoc