2
0
mirror of synced 2025-03-02 15:00:28 +00:00

[js][storage] misc

This commit is contained in:
Salakar 2017-03-22 19:57:42 +00:00
parent 352b8db780
commit 2f12569c60

View File

@ -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;