@php-wasm/progressInterfacesDownloadProgressEn esta páginaDownloadProgress Index PropertiesfileLoadedfileNamefileTotalloadedtotalProperties optionalfileLoadedfileLoaded?: numberThe number of bytes loaded for the current file.optionalfileNamefileName?: stringThe file that emitted this progress update.optionalfileTotalfileTotal?: numberThe length number of bytes to load for the current file.loadedloaded: numberThe number of bytes loaded so far.totaltotal: numberThe length number of bytes to load.
The number of bytes loaded for the current file.