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

Add RbValue#callAsync JS API #363

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Add RbValue#callAsync JS API #363

merged 2 commits into from
Jan 4, 2024

Conversation

kateinoigakukun
Copy link
Member

This allows calling Ruby methods that may call JS::Object#await from JavaScript.

Close #339

This allows calling Ruby methods that may call `JS::Object#await` from
JavaScript.

Close #339
@kateinoigakukun kateinoigakukun marked this pull request as ready for review January 4, 2024 19:19
@kateinoigakukun kateinoigakukun merged commit 84f85a3 into main Jan 4, 2024
28 checks passed
@kateinoigakukun kateinoigakukun deleted the katei/async-call branch January 4, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Calling a func with an async operation fails
1 participant