Skip to content

Docs for finalize should mention behavior on unsubscribe #277

@amakhrov

Description

@amakhrov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions