Skip to content
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

Debounce or otherwise limit the rate of update generation #143

Open
link2xt opened this issue Sep 24, 2023 · 0 comments
Open

Debounce or otherwise limit the rate of update generation #143

link2xt opened this issue Sep 24, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@link2xt
Copy link

link2xt commented Sep 24, 2023

There is currently no way to control the rate of update generation, at least the one I am aware of. Are updates generated on every character typed or is there some delay? If there is, how can it be configured?

While it is possible to collect updates and call mergeUpdates (or mergeUpdatesV2) before sending them over the wire, this seems to be an inefficient way to do this.

Downstream issue: https://codeberg.org/webxdc/editor/issues/66

@link2xt link2xt added the enhancement New feature or request label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants