...
estimateRealizedSize()
Code Block | ||
---|---|---|
| ||
Promise<long> estimateRealizedSize(AssetList assets) |
Returns the estimated amount of space (in megabytes) that would be taken up if the files specified in the AssetList object are realized.
realize()
Code Block | ||
---|---|---|
| ||
Promise<FailureReason> realize(AssetList assets) |
...
validateFiles()
Code Block | ||
---|---|---|
| ||
Promise<DOMStringList> validateFiles(AssetList assets, DOMStringList options) |
...