Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CallableMemory<RESULT, ARGUMENTS>

Type parameters

  • RESULT

  • ARGUMENTS: unknown[]

Hierarchy

  • CallableMemory

Index

Constructors

constructor

Properties

Private _name

_name: string

Private _parent

_parent: CallableParentMemory<RESULT>

Private _properties

_properties: Properties

Private _timeout

_timeout: number

Private _wrapper

_wrapper: CallableWrapper<RESULT, ARGUMENTS>

Methods

ajax_

  • ajax_(): void

call_

  • call_(args: ARGUMENTS): Promise<RESULT>

getWrapper_

timeout_

  • timeout_(timeout: number): this

unajax_

  • unajax_(): void

Generated using TypeDoc