Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRequestHandler

Hierarchy

  • IRequestHandler

Implemented by

Index

Methods

Methods

request

  • request(url: String, cb: function): void
  • Parameters

    • url: String
    • cb: function
        • (error: Error | null, result?: any, xhr?: any): void
        • Parameters

          • error: Error | null
          • Optional result: any
          • Optional xhr: any

          Returns void

    Returns void

Generated using TypeDoc