Constructors
constructor
- new Request(request_id: number): Request
Properties
Private _onerror
_onerror: function
Type declaration
-
- (args: Promise<any>): void
_promise
_promise: Promise<any>
Private _request_id
_request_id: number
Private _then
_then: function
Type declaration
-
- (args: Promise<any>): void
Methods
_trigger_error
- _trigger_error(err: any): void
_trigger_then
- _trigger_then(...args: any): any