(abstract) new AbstractLoader(url, userConf, config)
Parameters:
Name | Type | Description |
---|---|---|
url |
String | |
userConf |
Object | |
config |
Object |
- Source:
Methods
(static) getKey()
Get key for loader
- Source:
getData() → {Object}
Get data
- Source:
Returns:
- Type
- Object
load() → {Promise}
execute the loader
- Source:
Returns:
- Type
- Promise
start() → {Promise}
start the loader
- Source:
Returns:
- Type
- Promise