Obserwator strumienia dla Firebase Storage.
Podpis:
export interface StorageObserver<T>
Właściwości
Właściwość | Typ | Opis |
---|---|---|
ukończony | CompleteFn | wartość null | |
błąd | (Błąd: StorageError) => nieważna | wartość null | |
dalej | NextFn<T> | wartość null |
StorageObserver.complete,
Podpis:
complete?: CompleteFn | null;
StorageObserver.error.
Podpis:
error?: (error: StorageError) => void | null;
StorageObserver.next,
Podpis:
next?: NextFn<T> | null;