FragmentLoader
Extends:
src/event-handler.js~EventHandler → FragmentLoader
Constructor Summary
| Public Constructor | ||
| public | 
      
       | 
    |
Member Summary
| Public Members | ||
| public | 
       loaders: {}  | 
    |
Method Summary
| Public Methods | ||
| public | 
       destroy()  | 
    |
| public | 
      
       | 
    |
| public | 
       loadprogress(stats: *, context: *, data: *, networkDetails: undefined)  | 
    |
| public | 
       loadsuccess(response: *, stats: *, context: *, networkDetails: undefined)  | 
    |
| public | 
       loadtimeout(stats: *, context: *, networkDetails: undefined)  | 
    |
| public | 
       onFragLoading(data: *)  | 
    |
Public Constructors
public constructor() source
Public Members
public loaders: {} source
Public Methods
public destroy() source
public loaderror(response: *, context: *, networkDetails: undefined) source
Params:
| Name | Type | Attribute | Description | 
| response | * | ||
| context | * | ||
| networkDetails | undefined | 
  | 
      
public loadprogress(stats: *, context: *, data: *, networkDetails: undefined) source
Params:
| Name | Type | Attribute | Description | 
| stats | * | ||
| context | * | ||
| data | * | ||
| networkDetails | undefined | 
  | 
      
public loadsuccess(response: *, stats: *, context: *, networkDetails: undefined) source
Params:
| Name | Type | Attribute | Description | 
| response | * | ||
| stats | * | ||
| context | * | ||
| networkDetails | undefined | 
  | 
      
public loadtimeout(stats: *, context: *, networkDetails: undefined) source
Params:
| Name | Type | Attribute | Description | 
| stats | * | ||
| context | * | ||
| networkDetails | undefined | 
  | 
      
public onFragLoading(data: *) source
Params:
| Name | Type | Attribute | Description | 
| data | * | 
    
  