You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ Optionally takes a callback to call when async tasks are complete.
68
68
- Completion: [onFulfilled][promise-onfulfilled] method called
69
69
- Error: [onRejected][promise-onrejected] method called
70
70
*`Observable` (e.g. from [RxJS v5][rxjs5-observable] or [RxJS v4][rxjs5-observable]) returned
71
-
- Completion: [complete][rxjs5-subscriber-complete] method called
72
-
- Error: [error][rxjs5-subscriber-error] method called
71
+
- Completion: [complete][rxjs5-observer-complete] method called
72
+
- Error: [error][rxjs5-observer-error] method called
73
73
74
74
__Warning:__ Sync tasks are __not supported__ and your function will never complete if the one of the above strategies is not used to signal completion. However, thrown errors will be caught by the domain.
0 commit comments