-
Notifications
You must be signed in to change notification settings - Fork 75
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
What’s wrong with webview_dispatcher ? #185
Comments
The major issue, which I believe is mentioned elsewhere in some issues in this repo, is that the JavaScript event loop is simply stalled by the webview event loop on the main thread. Even when registering functions as callbacks and calling from another thread wrapped in |
more about how electron integration node event loop to native os part, hope this help others: |
I understand that Open Source means no expectations (thanks for your great work so far!) but does this mean that it's effectively impossible to currently use webview_deno in modern Deno? Unless I'm misunderstanding, It looks like webview.run() freezes deno up and makes it impossible to do anything. |
Hi Devs,
why disable "webview_dispatch"?
Btw, I am the author of some implementation of webview like julia & python.
https://github.com/congzhangzh/webview_python
https://github.com/congzhangzh/Webview.jl
Tks,
Cong
The text was updated successfully, but these errors were encountered: