Interface CachingTaskEventMap

The events fired by the CachingTask.

interface CachingTaskEventMap {
    progress: Event<"progress">;
    statechange: Event<"statechange">;
}

Properties

progress: Event<"progress">

Fired when a segment is added to the cache.

statechange: Event<"statechange">

Fired when CachingTask.status changes.