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
- Completion: [onFulfilled](http://promisesaplus.com/#point-26) method called
63
-
- Error: [onRejected](http://promisesaplus.com/#point-30) method called
65
+
- Completion: [onFulfilled][promise-onfulfilled] method called
66
+
- Error: [onRejected][promise-onrejected] method called
64
67
*`Observable` returned
65
-
- Completion: [onCompleted](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/observable.md#rxobservableprototypesubscribeobserver--onnext-onerror-oncompleted) method called
66
-
- Error: [onError](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/observable.md#rxobservableprototypesubscribeobserver--onnext-onerror-oncompleted) method called
68
+
- Completion: [onCompleted][observable-subscribe] method called
69
+
- Error: [onError][observable-subscribe] method called
67
70
68
71
__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