Private
cancelPrivate
createPrivate
emitPrivate
rejectRegister to receive progress notifications while the download is in progress.
Called multiple times as the client receives data, with two arguments:
transferred
The current number of bytes already transferredtransferable
The total number of transferable bytes (i.e. the number of bytes already transferred plus the number of bytes pending transfer)Generated using TypeDoc
Cancels the download of the Realm If multiple
ProgressRealmPromise
instances are in progress for the same Realm, then canceling one of them will cancel all of them.