Properties
actionLoad
actionLoad?: string
Action to run to trigger the load operation, defaults to "load"
actionAbort
actionAbort?: string
Action to run to abort the load operation, defaults to "abort"
getBaseName
getBaseName?: __type
Hook that runs when determining the name for a file
mimeTypeMap
mimeTypeMap?: __type
An object with key value pairs describing mime type relation to extension
fetchHead
fetchHead?: boolean
Set to true to fetch remote HEAD to get content lenght and type so view is updated sooner
parallel
parallel?: number
Maximum number of URLs to load in parallel
useWebWorkers
useWebWorkers?: boolean
Should we use WebWorkers for the XMLHttpRequest
willRequestWithOptions
willRequestWithOptions?: __type
Intercept options sent to XMLHttpRequest with RequestHook