mozIProgressHandler is to be implemented by storage consumers that
wish to receive callbacks during the request execution.
onProgress is invoked periodically during long running calls.
aConnection | connection, for which progress handler is invoked. |
true to abort request, false to continue work. |