Properties:
| Name | Type | Description | 
|---|---|---|
| cache | Partial<CACHE_ASSET<CacheParser>> | the asset cache parser | 
| detection | Partial<FormatDetectionParser> | the asset format detection parser | 
| extension | Asset | The type of extension | 
| loader | LoaderParserAdvanced<META_DATA, ASSET, PARSED_ASSET, UNLOAD_ASSET> | the asset loader | 
| resolver | Partial<ResolveURLParser> | the asset resolve parser | 
Members
cache Partial<CACHE_ASSET<CacheParser>>
the asset cache parser
detection Partial<FormatDetectionParser>
the asset format detection parser
extension Asset
The type of extension
loader LoaderParserAdvanced<META_DATA, ASSET, PARSED_ASSET, UNLOAD_ASSET>
the asset loader
resolver Partial<ResolveURLParser>
the asset resolve parser