Replies: 1 comment
-
I just found a fix: replacing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a super simple hello world app which crashes on Windows 11 when using the
window.ipc.postMessage()
from Javascript.Here is my Cargo.toml:
And main.rs:
Everything works nicely until I click on the Send Message button and the app crashes with the following message in the console:
I am doing anything wrong, or is that a bug?
Beta Was this translation helpful? Give feedback.
All reactions