Interface AssetLoaderConfig

Asset loader configuration interface

interface AssetLoaderConfig {
    maxConcurrentLoads?: number;
    timeout?: number;
}

Properties

maxConcurrentLoads?: number

Limit on the number of concurrent loads

timeout?: number

Timeout duration (in milliseconds). Set to 0 or negative value to disable timeout