Interface CachingTaskEventMap

The events dispatched by the CachingTask.

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

Properties

progress: Event<progress>

Dispatched when a segment is added to the cache.

statechange: Event<statechange>

Dispatched when CachingTask.status changes.