Skip to content

docs(shareReplay): remove marble diagram #7051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

jakovljevic-mladen
Copy link
Member

Description:
Since we never had marble diagram image for shareReplay, it can be removed from the docs.

Related issue (if exists):
Closes #6989

@@ -143,9 +143,10 @@ export function shareReplay<T>(bufferSize?: number, windowTime?: number, schedul
* @see {@link share}
* @see {@link publishReplay}
*
* @param {Number} [bufferSize=Infinity] Maximum element count of the replay buffer.
Copy link
Member Author

@jakovljevic-mladen jakovljevic-mladen Aug 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs builder is smart enough to understand the default value and the type, so declaring them is not necessary:

image

They only have to match by name.

@benlesh benlesh merged commit 35aae6e into ReactiveX:master Sep 25, 2022
@jakovljevic-mladen jakovljevic-mladen deleted the remove_shareReply_marble_diagram branch September 26, 2022 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image missing in shareReplay docs
2 participants