Jump to top

TaskEvent

interface

An event to subscribe to that is triggered on a Upload or Download task.

Event subscription is created via StorageTask.on().

firebase.storage.TaskEvent;

Properties

STATE_CHANGED

</>

An event that indicates that the tasks state has changed.

STATE_CHANGED: "state_changed";