-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v7: ajax
: include progress events in return type
#6145
Comments
@benlesh Beyond the rxjs/src/internal/ajax/types.ts Lines 181 to 188 in 105bf99
and the docs for rxjs/src/internal/ajax/types.ts Lines 190 to 197 in 105bf99
|
This merged PR is related: #6233 |
AFAICT, the consumer always receives an rxjs/src/internal/ajax/ajax.ts Lines 409 to 417 in 6ef2725
rxjs/src/internal/ajax/AjaxResponse.ts Lines 80 to 93 in 6ef2725
However, I've ascertained this by reading the code. The |
Ah, this comment is what lead me to believe the observable could emit types other than It looks like that comment has since been updated: 40206e5#diff-3345eb17e0a6c80853bd0dfb6dd88d6775cc0dac8c5a4bd4d7113942db4ddfa6L182 I'll close this 😄 |
Bug Report
Current Behavior
Extracted from PR comment: #6001 (comment)
Expected behavior
See comments in code above.
Reproduction
See above.
The text was updated successfully, but these errors were encountered: