We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am impressed by the api design of this library, but a big case does need support of synchrounous events: to proxy react input onChange event.
If this event is emitted asynchronously, the composition input like Chinese, Japanese will all fail down.
The text was updated successfully, but these errors were encountered:
@zhaoyao91 If you need synchronous events, maybe sub-events will be of some use ;)
It lets you specify optional EmitSchedule, which is synchronous by default, when emitting the event:
event.emit(data, {schedule: EmitSchedule.next});
Sorry, something went wrong.
No branches or pull requests
I am impressed by the api design of this library, but a big case does need support of synchrounous events: to proxy react input onChange event.
If this event is emitted asynchronously, the composition input like Chinese, Japanese will all fail down.
The text was updated successfully, but these errors were encountered: