Type alias RuntimeDownloadProgress

RuntimeDownloadProgress: {
    downloadedBytes: number;
    totalBytes: number;
}

Type declaration

  • downloadedBytes: number

    Property

    The name of the asset

  • totalBytes: number

Generated using TypeDoc