EDU-2000: Adds vcdiff to JS delta docs#2703
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
c451dd6 to
9de02cc
Compare
| }); | ||
| ``` | ||
|
|
||
| blang[javascript,nodejs]. |
There was a problem hiding this comment.
I'd maybe just put this under the original blang above rather than separating out.
|
|
||
| h2(#vcdiff). Install vcdiff decoder | ||
|
|
||
| A Vcdiff decoder written in pure JavaScript. The vcdiff decoder is a JavaScript library that decodes delta-compressed messages, allowing clients to reconstruct full messages from the small "diffs" sent by Ably to reduce bandwidth usage. |
There was a problem hiding this comment.
I think we can make this a lot shorter since the context of what it does is already on the page.
This PR:
https://ably.atlassian.net/browse/EDU-2000