editor › Globals › IRequestObject
Interface: IRequestObject
Hierarchy
- IRequestObject
Index
Properties
Properties
baseMethod
• baseMethod: function
Defined in src/util/HttpRequest/ThrottledHttpRequest.ts:5
Type declaration:
▸ (): Promise‹any›
cancel
• cancel: function
Defined in src/util/HttpRequest/ThrottledHttpRequest.ts:9
Type declaration:
▸ (): void
cancelled
• cancelled: boolean
Defined in src/util/HttpRequest/ThrottledHttpRequest.ts:6
reject
• reject: function
Defined in src/util/HttpRequest/ThrottledHttpRequest.ts:8
Type declaration:
▸ (reason?: any): void
Parameters:
| Name | Type |
|---|---|
reason? |
any |
resolve
• resolve: function
Defined in src/util/HttpRequest/ThrottledHttpRequest.ts:7
Type declaration:
▸ (result: any): void
Parameters:
| Name | Type |
|---|---|
result |
any |