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

feat: change the return value for ipc with "on" to be Promise #32

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

mato533
Copy link
Owner

@mato533 mato533 commented Oct 23, 2024

The retrun value ipcRenderer.on is always promise type value. so
change Type defenition to adjust it.

Closes: #29

The retrun value `ipcRenderer.on` is always promise type value. so
change Type defenition to adjust it.

Closes: #29
@mato533 mato533 merged commit 29f14ae into main Oct 23, 2024
6 checks passed
@mato533 mato533 deleted the feature/promise branch October 23, 2024 00:28
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.

The return must be promise at invoke method
1 participant