Observables That Wrap External APIs

Learn to cancel an Observable that wraps external APIs.

When we’re using Observables that wrap external APIs that don’t provide cancellation, the Observable will still stop emitting notifications when canceled, but the underlying API will not necessarily be canceled.

Get hands-on with 1200+ tech skills courses.