Properties

actionLoad

Action to run to trigger the load operation. Defaults to ‘load’

actionLoad?: string

actionAbort

Action to run to abort the load operation. Defaults to ‘abort’

actionAbort?: string

bitrate

Maximum simulated load speed. Defaults to 1024000

bitrate?: number

tickrate

Delay in milliseconds between load ticks. Defaults to 250

tickrate?: number

connectionDelay

Delay before starting load. Defaults to 250

connectionDelay?: number

parallel

Total parallel load operations. Defaults to 4

parallel?: number

errorDelay

Delay until fake error thrown. Defaults to undefined

errorDelay?: number

log

Logs loading state to the developer console. Defaults to true

log?: boolean

fetchFile

File to fetch. Defaults to undefined

fetchFile?: (entry: FilePondEntry, options: { signal: AbortSignal; onprogress: (e: ProgressEvent) => void; }) => Promise<File>