Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

estimateRealizedSize()
Code Block
languagejs
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
languagejs
Promise<FailureReason> realize(AssetList assets)

...

validateFiles()
Code Block
languagejs
Promise<DOMStringList> validateFiles(AssetList assets, DOMStringList options)

...