Reduced some image 301 round trips

This commit is contained in:
2022-04-05 18:13:40 +09:00
parent ec55e174db
commit 16f112485a
23 changed files with 92 additions and 48 deletions
+2 -4
View File
@@ -64,11 +64,9 @@
Cycle.next( function()
{
new SiteFile( this.id, this.hash );
}.bind({ id: uuid, hash: file.hash }) );
new SiteFile( this.id, this.info.hash, this.info );
}.bind({ id: uuid, info: file }) );
}
console.log( finfo );
};
var loadFailed = function( obj )