BeaconableRequest
Extends:
Request → BeaconableRequest
A request with beacon flag. Do note: very few features are supported. Additionally the HTTPMethod is always POST.
Constructor Summary
| Public Constructor | ||
| public | 
       constructor(opts: Object) Same constructor as Request  | 
    |
Inherited Summary
| From class Request | ||
| protected | 
      
       | 
    |
| public | 
       cancel() Cancels the request.  | 
    |
| public | 
      
       Formats the request object and returns an object of Request<T>'s T.  | 
    |
| public | 
      
       Performs the request  | 
    |
Public Constructors
public constructor(opts: Object) source
Same constructor as Request
Override:
Request#constructorParams:
| Name | Type | Attribute | Description | 
| opts | Object | 
    
  