Ƭ SendProgress: (data
: ProgressData
) => void
▸ (data
): void
Type representing a function to send the progress.
Used by CompilerDelegate in getAsset
function to send the compilation
progress to the client who requested the asset.
Name | Type |
---|---|
data |
ProgressData |
void