Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ajax): Add option for streaming progress (#6001)
* feat(ajax): New progress event streaming options - Adds configuration for `includeDownloadProgress` and `includeUploadProgress` that will add streaming download and upload events (respectively) to the resulting observable. - Removes two tests that are no longer relevant. - Adds some additional documentation. - Updates ajax tests to support EventTarget APIs on the mock XHR impl. - Attempts to reduce the size of the ajax implementation. * docs(ajax): Deprecate `progressSubscriber`
- Loading branch information