Request objects can now specify a progress: true/false
option which will make the corresponding response$
emit a progress event (which has `ev.type === 'progress', in case you need to check).
Resolves issue #46.
Request objects can now specify a progress: true/false
option which will make the corresponding response$
emit a progress event (which has `ev.type === 'progress', in case you need to check).
Resolves issue #46.