Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 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.
-
Hello,
i have basic code where i create a window and send it some data. I have a ready event emit from front when the page is ready so i can send data from my backend.
My problem is, when i create a window and emit the ready event, that triger the ready event from all window so my back get it from all window, and not just from the one i just created.
i thought it was possible to just listen/emit to specific webview but it looks like my code juste block/crash when im trying to do it.
I think i'm missing something.
Rust code
Beta Was this translation helpful? Give feedback.
All reactions