Get total size of downloadable file. v2.4.9

Is it possible to get the size of a file before download it on native or web? Does Creator support this?

Here i can not get this information:

cc.assetManager.loadRemote<cc.JsonAsset>('https://someurl/asset.json', (err, asset) => {

});

cc.assetManager.loadBundle(bundleName, options, completeCallback);

you can refer to hot update tutorial:
https://docs.cocos.com/creator/manual/en/advanced-topics/hot-update.html
There is a way to generate the file size provided inside.