learn-rxjs icon indicating copy to clipboard operation
learn-rxjs copied to clipboard

Docs for finalize should mention behavior on unsubscribe

Open amakhrov opened this issue 4 years ago • 0 comments

https://www.learnrxjs.io/learn-rxjs/operators/utility/finalize

Call a function when observable completes or errors

https://rxjs.dev/api/operators/finalize

... will call a specified function when the source terminates on complete or error. The specified function will also be called when the subscriber explicitly unsubscribes.

amakhrov avatar Jan 13 '22 00:01 amakhrov