[js][storage] misc
This commit is contained in:
parent
352b8db780
commit
2f12569c60
|
@ -10,6 +10,7 @@ export default class StorageTask {
|
|||
this.ref = storageRef;
|
||||
this.promise = promise;
|
||||
this.storage = storageRef.storage;
|
||||
this.path = storageRef.path;
|
||||
|
||||
// 'proxy' original promise
|
||||
this.then = promise.then;
|
||||
|
|
Loading…
Reference in New Issue