KeyLoader
Extends:
src/event-handler.js~EventHandler → KeyLoader
Constructor Summary
| Public Constructor | ||
| public | 
      
       | 
    |
Member Summary
| Public Members | ||
| public | 
       decryptkey: *  | 
    |
| public | 
       decrypturl: *  | 
    |
| public | 
       loaders: {}  | 
    |
Method Summary
| Public Methods | ||
| public | 
       destroy()  | 
    |
| public | 
       loaderror(response: LoaderResponse, context: KeyLoaderContext)  | 
    |
| public | 
       loadsuccess(response: LoaderResponse, stats: LoaderStats, context: KeyLoaderContext)  | 
    |
| public | 
       loadtimeout(stats: LoaderStats, context: KeyLoaderContext)  | 
    |
| public | 
       onKeyLoading(data: OnKeyLoadingPayload)  | 
    |
Public Constructors
public constructor() source
Public Methods
public destroy() source
public loaderror(response: LoaderResponse, context: KeyLoaderContext) source
Params:
| Name | Type | Attribute | Description | 
| response | LoaderResponse | ||
| context | KeyLoaderContext | 
public loadsuccess(response: LoaderResponse, stats: LoaderStats, context: KeyLoaderContext) source
Params:
| Name | Type | Attribute | Description | 
| response | LoaderResponse | ||
| stats | LoaderStats | ||
| context | KeyLoaderContext | 
public loadtimeout(stats: LoaderStats, context: KeyLoaderContext) source
Params:
| Name | Type | Attribute | Description | 
| stats | LoaderStats | ||
| context | KeyLoaderContext | 
public onKeyLoading(data: OnKeyLoadingPayload) source
Params:
| Name | Type | Attribute | Description | 
| data | OnKeyLoadingPayload | 
    
  