Skip to content

Update marble diagram images for operators that accept "notifiers" #6627

@jakovljevic-mladen

Description

@jakovljevic-mladen

Since RxJS v7 has been released, many operators that accept "notifiers" have been adjusted to listen to only "next" notifications. This has become mandatory as per RxJS Core Semantics guide:

Operators that accept "notifiers" (as described above), MUST ONLY recognized next values from the notifier as "notifications". Emitted completions may not be used a source of notification.

However, many marble diagram images have to be updated as they don't reliably picture this behavior. For example, audit operator displays this image:
audit

A user "reading" this image might be deceived to think that an Observable that has been passed to audit operator needs to complete before destination will receive next "next" notification. This is not true now.

Marble diagram images of these operators need to be updated:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions